Mercurial > emacs
changeset 12000:d50bd9a36c63
(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events
to the toolkit.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 29 May 1995 20:04:22 +0000 |
parents | f074fb9f8e83 |
children | 67c7f67b5e0c |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon May 29 20:02:00 1995 +0000 +++ b/src/xterm.c Mon May 29 20:04:22 1995 +0000 @@ -3786,14 +3786,9 @@ 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: