*fix* broke systray with last checkin for fake transparency
*fix* some real transparency stuff fixed... it seems as if it is done now git-svn-id: http://tint2.googlecode.com/svn/trunk@312 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -514,7 +514,7 @@ void refresh_systray_icon()
|
||||
traywin = (TrayWindow*)l->data;
|
||||
if (traywin->hide) continue;
|
||||
if (real_transparency) systray_render_icons(traywin);
|
||||
else XClearArea(server.dsp, traywin->id, 0, 0, traywin->width, traywin->height, False);
|
||||
else XClearArea(server.dsp, traywin->id, 0, 0, traywin->width, traywin->height, True);
|
||||
}
|
||||
if (real_transparency)
|
||||
XFlush(server.dsp);
|
||||
|
||||
Reference in New Issue
Block a user