1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events

to the toolkit.
This commit is contained in:
Karl Heuer 1995-05-29 20:04:22 +00:00
parent 42c3a7f7ca
commit 385f63ae3f

View file

@ -3786,14 +3786,9 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
clear_mouse_face (dpyinfo);
}
}
#if 0 /* This should be unnecessary, since the toolkit has no use
for motion events that happen outside of the menu event loop,
and it seems to cause the bug that mouse events stop coming
after a while. */
#ifdef USE_X_TOOLKIT
goto OTHER;
#endif /* USE_X_TOOLKIT */
#endif
break;
case ConfigureNotify: