]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.h
fixed bug when active window draged to another desktop
[chaz/tint2] / src / taskbar / task.h
index 75d29c18bff87a1841c28fc46ee8cfb856036f0e..a42caa0016e0c9d549fe6a6738e501851f70edb3 100644 (file)
@@ -24,6 +24,7 @@ typedef struct {
    int icon_posy;
    int icon_size1;
    int maximum_width;
+   int maximum_height;
    // starting position for text ~ task_padding + task_border + icon_size
    double text_posx, text_posy;
 
@@ -50,7 +51,7 @@ typedef struct {
 
 
 
-void add_task (Window win);
+Task *add_task (Window win);
 void remove_task (Task *tsk);
 
 void draw_task (void *obj, cairo_t *c, int active);
This page took 0.019983 seconds and 4 git commands to generate.