1
0
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:
kojima
2001-12-20 19:12:19 +00:00
parent cefdc204ba
commit 932fcd1f37

View File

@@ -1641,6 +1641,8 @@ wMouseMoveWindow(WWindow *wwin, XEvent *ev)
moveData.realX - wwin->frame_x,
moveData.realY - wwin->frame_y);
}
} else {
WMHandleEvent(&event);
}
break;