mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +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);
|
||||
if ((value = PLGetDictionaryEntry(win_state, sHidden))!=NULL)
|
||||
state->hidden = getBool(value);
|
||||
if ((value = PLGetDictionaryEntry(win_state, sHidden))!=NULL) {
|
||||
if ((value = PLGetDictionaryEntry(win_state, sShortcutMask))!=NULL) {
|
||||
mask = getInt(value);
|
||||
state->window_shortcuts = mask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user