1
0
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:
kojima
2004-10-26 17:55:34 +00:00
parent 9234fb72b2
commit 2ea68b8d2b
2 changed files with 24 additions and 23 deletions

View File

@@ -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:
{