render playlist
[uwplayer.git] / application / SidebarP.h
index 405f2d1..6ff771e 100644 (file)
 #include <Xm/FormP.h>
 #include <X11/Intrinsic.h>
 #include <Xm/PrimitiveP.h>
+#include "nfont.h"
+
+#include "window.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-
-typedef struct SidebarData SidebarData;
-struct SidebarData {
-    int a;
-};
-
     
 typedef struct SidebarClassPart {
     int unused;
@@ -56,7 +53,12 @@ typedef struct SidebarClassRec {
 } SidebarClassRec;
 
 typedef struct SidebarPart {
-    int a; // placeholder
+    XftDraw *d;
+    NFont *font;
+    XftColor fg;
+    XftColor bg;
+    
+    MainWindow *window;
 } SidebarPart;
 
 typedef struct SidebarRec {