]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 20:04:22 +0000 (20:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 20:04:22 +0000 (20:04 +0000)
to the toolkit.

src/xterm.c

index 793d24c21994f98314bd6581c9519e3b2619bbf1..4824ae1e8f16a6577105756d9facd58f6cfa1174 100644 (file)
@@ -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: