X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.c;h=0c5c3837b4825003dc2b71666cc086e017872dc6;hb=0ade529e3c99cdb5c85fd30ced3551758b85f256;hp=eb839021d5740c1b04576ca6159ca98384e7cbeb;hpb=f19a767f91b6e498cec2c07792b5d77658bc889b;p=chaz%2Ftint2 diff --git a/src/panel.c b/src/panel.c index eb83902..0c5c383 100644 --- a/src/panel.c +++ b/src/panel.c @@ -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; }