]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
issue 158 : dissociate object initialization from panel initialization
[chaz/tint2] / src / panel.h
index 1e7da9e83b7decb3b458015376a1d6c459180bc0..a74b080cea360f7a63eaa7cfe2f76cfcfd8e4f51 100644 (file)
@@ -105,7 +105,10 @@ extern Panel panel_config;
 extern Panel *panel1;
 extern int  nb_panel;
 
+// realloc panels according to number of monitor
+// it's used on initial config and when new monitor added
 void init_panel();
+
 void init_panel_size_and_position(Panel *panel);
 void cleanup_panel();
 void resize_panel(void *obj);
This page took 0.021998 seconds and 4 git commands to generate.