]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xterm.c (handle_one_xevent): Fix use of wrong motion structure.
authorPo Lu <luangruo@yahoo.com>
Tue, 15 Mar 2022 02:24:13 +0000 (10:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 15 Mar 2022 02:24:13 +0000 (10:24 +0800)
src/xterm.c

index 71c0bd3dcd541813cbd1656443e6c8d8dcc3e5d0..b198dab983aff331a5c340b581519134433a6a27 100644 (file)
@@ -11286,7 +11286,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
                last_mouse_window = window;
              }
 
-            if (!x_note_mouse_movement (f, &event->xmotion))
+            if (!x_note_mouse_movement (f, &xmotion))
              help_echo_string = previous_help_echo_string;
           }
         else