1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fixed bug with bag sorting

fixed bug with stacking code
This commit is contained in:
kojima
2000-03-30 02:52:07 +00:00
parent 15734b9147
commit f65c549814
36 changed files with 5665 additions and 520 deletions

View File

@@ -1711,7 +1711,6 @@ wMouseMoveWindow(WWindow *wwin, XEvent *ev)
/* discard all enter/leave events that happened until
* the time the button was released */
/*
while (XCheckTypedEvent(dpy, EnterNotify, &e)) {
if (e.xcrossing.time > event.xbutton.time) {
XPutBackEvent(dpy, &e);
@@ -1723,7 +1722,7 @@ wMouseMoveWindow(WWindow *wwin, XEvent *ev)
XPutBackEvent(dpy, &e);
break;
}
}*/
}
if (!scr->selected_windows) {
/* get rid of the geometry window */