mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
kbd shortcuts active during mouse window drag
This commit is contained in:
@@ -1641,9 +1641,11 @@ wMouseMoveWindow(WWindow *wwin, XEvent *ev)
|
|||||||
moveData.realX - wwin->frame_x,
|
moveData.realX - wwin->frame_x,
|
||||||
moveData.realY - wwin->frame_y);
|
moveData.realY - wwin->frame_y);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
WMHandleEvent(&event);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
if (started) {
|
if (started) {
|
||||||
updateWindowPosition(wwin, &moveData,
|
updateWindowPosition(wwin, &moveData,
|
||||||
|
|||||||
Reference in New Issue
Block a user