]>
Dogcows Code - chaz/tint2/blob - src/taskbar/task.h
1 /**************************************************************************
5 **************************************************************************/
11 #include <pango/pangocairo.h>
15 // --------------------------------------------------
16 // global task parameter
30 // starting position for text ~ task_padding + task_border + icon_size
31 double text_posx
, text_posy
;
32 PangoFontDescription
*font_desc
;
34 config_color font_active
;
39 // --------------------------------------------------
42 // always start with area
47 // TODO: group task with list of windows here
59 void add_task (Window win
);
60 void remove_task (Task
*tsk
);
62 int draw_foreground_task (void *obj
, cairo_t
*c
);
64 void get_icon (Task
*tsk
);
65 void get_title(Task
*tsk
);
This page took 0.0382749999999999 seconds and 4 git commands to generate.