aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorKarl Heuer1995-05-29 20:04:22 +0000
committerKarl Heuer1995-05-29 20:04:22 +0000
commit385f63ae3f0b1a2bd098d7d2f5dd05b01f6ff23d (patch)
tree014d42e53ac3c9dd0c90437819b3a47fa79a31e0 /src/xterm.c
parent42c3a7f7ca28853bd587dca4a60afaa3b7ae7c78 (diff)
downloademacs-385f63ae3f0b1a2bd098d7d2f5dd05b01f6ff23d.tar.gz
emacs-385f63ae3f0b1a2bd098d7d2f5dd05b01f6ff23d.zip
(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events
to the toolkit.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 793d24c2199..4824ae1e8f1 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3786,14 +3786,9 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3786 clear_mouse_face (dpyinfo); 3786 clear_mouse_face (dpyinfo);
3787 } 3787 }
3788 } 3788 }
3789#if 0 /* This should be unnecessary, since the toolkit has no use
3790 for motion events that happen outside of the menu event loop,
3791 and it seems to cause the bug that mouse events stop coming
3792 after a while. */
3793#ifdef USE_X_TOOLKIT 3789#ifdef USE_X_TOOLKIT
3794 goto OTHER; 3790 goto OTHER;
3795#endif /* USE_X_TOOLKIT */ 3791#endif /* USE_X_TOOLKIT */
3796#endif
3797 break; 3792 break;
3798 3793
3799 case ConfigureNotify: 3794 case ConfigureNotify: