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:
parent
42c3a7f7ca
commit
385f63ae3f
1 changed files with 0 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue