# HG changeset patch # User Karl Heuer # Date 801777862 0 # Node ID d50bd9a36c631ee82b5bb39c2847851818622137 # Parent f074fb9f8e83bd9394d2b13519a88faf0d0e9001 (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events to the toolkit. diff -r f074fb9f8e83 -r d50bd9a36c63 src/xterm.c --- 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: