mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 02:52:30 +01:00
added igradient texture
fixed some bugs
This commit is contained in:
@@ -500,7 +500,8 @@ wGNOMEProcessClientMessage(XClientMessageEvent *event)
|
||||
|
||||
if (mask & WIN_STATE_STICKY) {
|
||||
if ((flags & WIN_STATE_STICKY) != WFLAGP(wwin, omnipresent)) {
|
||||
wwin->client_flags.omnipresent = 1;
|
||||
wwin->client_flags.omnipresent = (flags & WIN_STATE_STICKY)!=0;
|
||||
wGNOMEUpdateClientStateHint(wwin, False);
|
||||
updateWindowList = True;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user