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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user