mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
fixed typo bug in WPrefs/WindozeCycling
commented out unfinished background stuff in WPrefs added updated potfiles fixed circulate raise
This commit is contained in:
12
src/event.c
12
src/event.c
@@ -1474,19 +1474,11 @@ handleKeyPress(XEvent *event)
|
||||
}
|
||||
break;
|
||||
case WKBD_FOCUSNEXT:
|
||||
if (wKeyBindings[WKBD_FOCUSNEXT].modifier != 0
|
||||
&& wPreferences.windows_cycling)
|
||||
StartWindozeCycle(wwin, event, True);
|
||||
else
|
||||
CycleWindow(scr, True);
|
||||
StartWindozeCycle(wwin, event, True);
|
||||
break;
|
||||
|
||||
case WKBD_FOCUSPREV:
|
||||
if (wKeyBindings[WKBD_FOCUSPREV].modifier != 0
|
||||
&& wPreferences.windows_cycling)
|
||||
StartWindozeCycle(wwin, event, False);
|
||||
else
|
||||
CycleWindow(scr, False);
|
||||
StartWindozeCycle(wwin, event, False);
|
||||
break;
|
||||
|
||||
#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
|
||||
|
||||
Reference in New Issue
Block a user