X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.c;h=66fc90e6711676642b778f983d97ffd69c9748ab;hb=f8bebb561d52fa25b320904bb0c6a08347d05611;hp=203e818231b16d0e5d1b14c1aa38bb6b67639c03;hpb=36c66653da9eb0461ff38ffb3318955bf4b51bf6;p=chaz%2Ftint2 diff --git a/src/panel.c b/src/panel.c index 203e818..66fc90e 100644 --- a/src/panel.c +++ b/src/panel.c @@ -288,6 +288,7 @@ void cleanup_panel() { if (!panel1) return; +printf("*** cleanup_panel()\n"); task_active = 0; task_drag = 0; @@ -568,7 +569,7 @@ void set_panel_background(Panel *p) else if (!panel_horizontal && panel_position & RIGHT) xoff = p->area.width-p->hidden_width; - if (real_transparency) { + if (server.real_transparency) { clear_pixmap(p->area.pix, 0, 0, p->area.width, p->area.height); } else {