]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
sample-task-align.patch, src-task-align.patch
[chaz/tint2] / src / panel.h
index 083d0f1cf540b89388f3ae39516c9dd389175491..86e7e1adbe48be4b7a55cb1812288760cd6d6a34 100644 (file)
@@ -61,6 +61,9 @@ extern int panel_autohide_height;  // for vertical panels this is of course the
 extern int panel_strut_policy;
 extern char *panel_items_order;
 
+// tasks alignment
+enum { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT };
+
 extern int  max_tick_urgent;
 
 extern GArray* backgrounds;
@@ -137,9 +140,8 @@ 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_items_order(Panel *p);
 void set_panel_properties(Panel *p);
-void visible_object();
 
 // draw background panel
 void set_panel_background(Panel *p);
This page took 0.022172 seconds and 4 git commands to generate.