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

Fixed a bug with a patch sent to wm-dev by someone.

This commit is contained in:
dan
1999-09-25 22:02:54 +00:00
parent 0092ff64f0
commit 9b34f23b50

View File

@@ -1000,7 +1000,7 @@ handleEnterNotify(XEvent *event)
event->xcrossing.y_root >= (scr->scr_height - 2)) { event->xcrossing.y_root >= (scr->scr_height - 2)) {
#ifdef DEBUG #ifdef DEBUG
debug_puts("pointer at screen edge in EnterNotify event, fear"); dbputs("pointer at screen edge in EnterNotify event, fear");
#endif #endif
menu = wMenuUnderPointer(scr); menu = wMenuUnderPointer(scr);