]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.c
basic systray with some bugs, update tintrc sample file
[chaz/tint2] / src / taskbar / task.c
index aaa86a97e2b06eca211086a745edbc3c1c42979c..d704f3522ea21ed92af7f3cb45f71d0f5eaaf3fb 100644 (file)
@@ -283,7 +283,7 @@ void draw_task_icon (Task *tsk, int text_width, int active)
 }
 
 
-void draw_foreground_task (void *obj, cairo_t *c, int active)
+void draw_task (void *obj, cairo_t *c, int active)
 {
    Task *tsk = obj;
    PangoLayout *layout;
This page took 0.021024 seconds and 4 git commands to generate.