mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
style file updates, gradiented clip arrows
This commit is contained in:
@@ -80,7 +80,8 @@ appearanceObserver(void *self, WMNotification *notif)
|
||||
|
||||
/* so that the appicon expose handlers will paint the appicon specific
|
||||
* stuff */
|
||||
XClearArea(dpy, icon->core->window, 0, 0, 1, 1, True);
|
||||
XClearArea(dpy, icon->core->window, 0, 0, icon->core->width,
|
||||
icon->core->height, True);
|
||||
}
|
||||
|
||||
|
||||
@@ -237,6 +238,8 @@ wIconCreateWithIconFile(WScreen *scr, char *iconfile, int tile)
|
||||
|
||||
wIconUpdate(icon);
|
||||
|
||||
WMAddNotificationObserver(appearanceObserver, icon,
|
||||
WNIconAppearanceSettingsChanged, icon);
|
||||
WMAddNotificationObserver(tileObserver, icon,
|
||||
WNIconTileSettingsChanged, icon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user