]> Dogcows Code - chaz/tint2/blobdiff - src/panel.c
reverted my last checkin, because I forgot that XCopyArea only works if src.depth...
[chaz/tint2] / src / panel.c
index eb839021d5740c1b04576ca6159ca98384e7cbeb..0c5c3837b4825003dc2b71666cc086e017872dc6 100644 (file)
@@ -748,6 +748,7 @@ void autohide_show(void* p)
                else
                        XMoveResizeWindow(server.dsp, panel->main_win, panel->posx, panel->posy, panel->area.width, panel->area.height);
        }
+       refresh_systray = 1;   // ugly hack, because we actually only need to call XSetBackgroundPixmap
        panel_refresh = 1;
 }
 
This page took 0.019844 seconds and 4 git commands to generate.