From 385f63ae3f0b1a2bd098d7d2f5dd05b01f6ff23d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 29 May 1995 20:04:22 +0000 Subject: [PATCH] (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events to the toolkit. --- src/xterm.c | 5 ----- 1 file changed, 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: -- 2.39.2