]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
fixed bugs with new design (first step)
[chaz/tint2] / src / panel.h
index 1acd611521069ded3d619ab34e3e9d76aea2bd8e..54a74e9792c356c820d20684d869bbbe446112c9 100644 (file)
@@ -26,7 +26,6 @@ enum { LEFT=0x01, RIGHT=0x02, CENTER=0X04, TOP=0X08, BOTTOM=0x10 };
 
 
 typedef struct {
-   // --------------------------------------------------
    // always start with area
    Area area;
 
@@ -49,7 +48,7 @@ typedef struct {
 
    // --------------------------------------------------
    // taskbar point to the first taskbar in panel.area.list. number of tasbar == nb_desktop x nb_monitor.
-   //Taskbar *taskbar;
+   Taskbar *taskbar;
    int mode;
    int nb_desktop;
    int nb_monitor;
@@ -78,8 +77,7 @@ Panel panel;
 void visual_refresh ();
 void set_panel_properties (Window win);
 void window_draw_panel ();
-void resize_clock();
-void resize_taskbar();
+void visible_object();
 
 
 #endif
This page took 0.024252 seconds and 4 git commands to generate.