1
0
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:
dan
2001-12-21 23:46:54 +00:00
parent beb83f52fe
commit 03befcf729

View File

@@ -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;