mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
fixed prob with window shortcut state saving
This commit is contained in:
@@ -442,7 +442,7 @@ getWindowState(WScreen *scr, proplist_t win_state)
|
|||||||
state->miniaturized = getBool(value);
|
state->miniaturized = getBool(value);
|
||||||
if ((value = PLGetDictionaryEntry(win_state, sHidden))!=NULL)
|
if ((value = PLGetDictionaryEntry(win_state, sHidden))!=NULL)
|
||||||
state->hidden = getBool(value);
|
state->hidden = getBool(value);
|
||||||
if ((value = PLGetDictionaryEntry(win_state, sHidden))!=NULL) {
|
if ((value = PLGetDictionaryEntry(win_state, sShortcutMask))!=NULL) {
|
||||||
mask = getInt(value);
|
mask = getInt(value);
|
||||||
state->window_shortcuts = mask;
|
state->window_shortcuts = mask;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user