The active desk label in the pager is not being hilighted properly at startup
(unless Xft is used?). I think this bug was introduced via the change "Use
clipping redrawing for the desk label" to DrawGrid(), as the hilight
background is never initially drawn.

The attached patch fixes the problem but it's probably overkill :-)

Suzanne

-- 
[EMAIL PROTECTED] - http://www.igs.net/~tril/
--- x_pager.c.orig      Wed Sep 18 01:40:57 2002
+++ x_pager.c   Wed Sep 18 01:41:56 2002
@@ -1663,7 +1663,7 @@
        }
        if(((Scr.CurrentDesk - desk1) == desk) && !ShapeLabels)
        {
-               if (uselabel && erase)
+               if (uselabel)
                {
                        XFillRectangle(
                                dpy,Desks[desk].title_w,Desks[desk].HiliteGC,

Reply via email to