]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
*add* multiple tasks can be urgent now
[chaz/tint2] / src / panel.h
index 1e7da9e83b7decb3b458015376a1d6c459180bc0..30faf5faf11f83c12314a2f36d91c7c4cc9c045c 100644 (file)
@@ -50,7 +50,7 @@ extern int panel_refresh;
 
 extern Task *task_active;
 extern Task *task_drag;
-extern Task *task_urgent;
+extern GSList *urgent_list;
 extern int  tick_urgent;
 extern int  max_tick_urgent;
 
@@ -71,7 +71,6 @@ typedef struct {
        // position relative to root window
        int posx, posy;
        int marginx, marginy;
-       float initial_width, initial_height;
        int pourcentx, pourcenty;
        // location of the panel (monitor number)
        int monitor;
@@ -105,7 +104,10 @@ extern Panel panel_config;
 extern Panel *panel1;
 extern int  nb_panel;
 
+// realloc panels according to number of monitor
+// use panel_config as default value
 void init_panel();
+
 void init_panel_size_and_position(Panel *panel);
 void cleanup_panel();
 void resize_panel(void *obj);
This page took 0.020464 seconds and 4 git commands to generate.