emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 299e475361: * src/xterm.c (handle_one_xevent): Fix use of wrong m


From: Po Lu
Subject: master 299e475361: * src/xterm.c (handle_one_xevent): Fix use of wrong motion structure.
Date: Mon, 14 Mar 2022 22:25:19 -0400 (EDT)

branch: master
commit 299e47536173c62fc5edf1bd12baadc29d718674
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * src/xterm.c (handle_one_xevent): Fix use of wrong motion structure.
---
 src/xterm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xterm.c b/src/xterm.c
index 71c0bd3dcd..b198dab983 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]