mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 16:32:30 +01:00
changed alt-tab behaviour
This commit is contained in:
@@ -128,7 +128,8 @@ StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next)
|
||||
int i;
|
||||
|
||||
WMMaskEvent(dpy, KeyPressMask|KeyReleaseMask|ExposureMask
|
||||
|PointerMotionMask|ButtonReleaseMask, &ev);
|
||||
|PointerMotionMask|ButtonReleaseMask
|
||||
|LeaveWindowMask, &ev);
|
||||
|
||||
/* ignore CapsLock */
|
||||
modifiers = ev.xkey.state & ValidModMask;
|
||||
@@ -204,7 +205,8 @@ StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next)
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case LeaveNotify:
|
||||
case MotionNotify:
|
||||
case ButtonRelease:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user