mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
*** empty log message ***
This commit is contained in:
@@ -75,8 +75,12 @@ appearanceObserver(void *self, WMNotification *notif)
|
||||
if (flags & WColorSettings) {
|
||||
}
|
||||
*/
|
||||
|
||||
wIconPaint(icon);
|
||||
|
||||
/* so that the appicon expose handlers will paint the appicon specific
|
||||
* stuff */
|
||||
XClearArea(dpy, icon->core->window, 0, 0, 1, 1, True);
|
||||
/* wIconPaint(icon);*/
|
||||
}
|
||||
|
||||
|
||||
@@ -86,8 +90,9 @@ tileObserver(void *self, WMNotification *notif)
|
||||
WIcon *icon = (WIcon*)self;
|
||||
|
||||
icon->force_paint = 1;
|
||||
wIconPaint(icon);
|
||||
|
||||
XClearArea(dpy, icon->core->window, 0, 0, 1, 1, True);
|
||||
/* wIconPaint(icon);*/
|
||||
}
|
||||
|
||||
/************************************/
|
||||
|
||||
Reference in New Issue
Block a user