mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- removed kbd shortcuts active during mouse window drag (enabled by a
recent commit), because it causes nasty problems. It needs fixing before reenabling (if they are possible at all)
This commit is contained in:
@@ -1641,8 +1641,8 @@ wMouseMoveWindow(WWindow *wwin, XEvent *ev)
|
||||
moveData.realX - wwin->frame_x,
|
||||
moveData.realY - wwin->frame_y);
|
||||
}
|
||||
} else {
|
||||
WMHandleEvent(&event);
|
||||
/*} else {
|
||||
WMHandleEvent(&event); this causes problems needs fixing */
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user