mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +01:00
wmaker: Moved variable ValidModMask into the global namespace
This commit is contained in:
committed by
Carlos R. Mafra
parent
24ce829f7f
commit
f751cc6a50
@@ -144,7 +144,7 @@ void StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next, Bool class_only)
|
||||
| PointerMotionMask | ButtonReleaseMask | EnterWindowMask, &ev);
|
||||
|
||||
/* ignore CapsLock */
|
||||
modifiers = ev.xkey.state & ValidModMask;
|
||||
modifiers = ev.xkey.state & w_global.shortcut.modifiers_mask;
|
||||
|
||||
if (!swpanel)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user