mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
added code to store lowered state of menus
compat code for XInternAtoms
This commit is contained in:
@@ -1389,7 +1389,12 @@ doWindozeCycle(WWindow *wwin, XEvent *event, Bool next)
|
||||
}
|
||||
UpdateSwitchMenu(scr, newFocused, ACTION_CHANGE_STATE);
|
||||
|
||||
} else if (wKeyBindings[WKBD_LOWER].keycode == ev.xkey.keycode
|
||||
} else {
|
||||
handleKeyPress(&ev);
|
||||
}
|
||||
|
||||
/*
|
||||
else if (wKeyBindings[WKBD_LOWER].keycode == ev.xkey.keycode
|
||||
&& wKeyBindings[WKBD_LOWER].modifier == modifiers) {
|
||||
|
||||
wLowerFrame(newFocused->frame->core);
|
||||
@@ -1398,7 +1403,7 @@ doWindozeCycle(WWindow *wwin, XEvent *event, Bool next)
|
||||
&& wKeyBindings[WKBD_RAISE].modifier == modifiers) {
|
||||
|
||||
wRaiseFrame(newFocused->frame->core);
|
||||
}
|
||||
}*/
|
||||
} else if (ev.type == KeyRelease) {
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user