]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
Add AC_PREREQ for at least autoconf-2.61 (should be a good choice..).
[chaz/tint2] / src / panel.h
index 5746a5574806706df596f378f9f90e9af7a67eba..a74b080cea360f7a63eaa7cfe2f76cfcfd8e4f51 100644 (file)
@@ -101,11 +101,15 @@ typedef struct {
 } Panel;
 
 
+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.024177 seconds and 4 git commands to generate.