]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.c
fixed issue 48
[chaz/tint2] / src / taskbar / task.c
index 50a64d4c5a9c7d61f2565f8807052b9a712e742c..aaa86a97e2b06eca211086a745edbc3c1c42979c 100644 (file)
@@ -298,6 +298,7 @@ void draw_foreground_task (void *obj, cairo_t *c, int active)
                pango_layout_set_text (layout, tsk->title, -1);
 
                /* Drawing width and Cut text */
+               // pango use U+22EF or U+2026
                pango_layout_set_width (layout, ((Taskbar*)tsk->area.parent)->text_width * PANGO_SCALE);
                pango_layout_set_ellipsize (layout, PANGO_ELLIPSIZE_END);
 
This page took 0.023952 seconds and 4 git commands to generate.