render playlist
[uwplayer.git] / application / Sidebar.h
index 351c647..2109bc8 100644 (file)
@@ -26,6 +26,8 @@
 #include <Xm/PrimitiveP.h>
 #include <Xm/ManagerP.h>
 
+#include "window.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -36,6 +38,8 @@ Widget CreateSidebar(
         ArgList arglist,
         Cardinal argcount);
 
+void SidebarSetWindow(Widget widget, MainWindow *win);
+
 
 #ifdef __cplusplus
 }