add single instance mode
[uwplayer.git] / application / SidebarP.h
index 6ff771e..055966a 100644 (file)
@@ -57,6 +57,12 @@ typedef struct SidebarPart {
     NFont *font;
     XftColor fg;
     XftColor bg;
+    XftColor select2_bg;
+    
+    Widget popupMenu;
+    int select2;
+     
+    int elmHeight;
     
     MainWindow *window;
 } SidebarPart;