]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
panel_items : fixed segfault (panel without clock, change number desktop)
[chaz/tint2] / src / panel.h
index e4174d98ac1f7bc6a0b39bddf782e13feb3e4519..083d0f1cf540b89388f3ae39516c9dd389175491 100644 (file)
@@ -59,6 +59,7 @@ extern int panel_autohide_show_timeout;
 extern int panel_autohide_hide_timeout;
 extern int panel_autohide_height;  // for vertical panels this is of course the width
 extern int panel_strut_policy;
+extern char *panel_items_order;
 
 extern int  max_tick_urgent;
 
@@ -136,6 +137,7 @@ void init_panel();
 void init_panel_size_and_position(Panel *panel);
 int  resize_panel(void *obj);
 
+void set_panel_items(Panel *p);
 void set_panel_properties(Panel *p);
 void visible_object();
 
This page took 0.023898 seconds and 4 git commands to generate.