summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-29 20:04:22 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-29 20:04:22 +0000
commit385f63ae3f0b1a2bd098d7d2f5dd05b01f6ff23d (patch)
tree014d42e53ac3c9dd0c90437819b3a47fa79a31e0 /src/xterm.c
parent42c3a7f7ca28853bd587dca4a60afaa3b7ae7c78 (diff)
downloademacs-385f63ae3f0b1a2bd098d7d2f5dd05b01f6ff23d.tar.gz
(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)
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: