emacs-diffs
[Top][All Lists]
Advanced

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

feature/android 07716075dbd: ; * src/keyboard.c (make_lispy_event): Fix


From: Po Lu
Subject: feature/android 07716075dbd: ; * src/keyboard.c (make_lispy_event): Fix botched merge.
Date: Mon, 17 Jul 2023 22:15:43 -0400 (EDT)

branch: feature/android
commit 07716075dbd96591b64098c4355550ef804a7b6c
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/keyboard.c (make_lispy_event): Fix botched merge.
---
 src/keyboard.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/keyboard.c b/src/keyboard.c
index 73c4e3f2593..a65d706ee2d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6696,6 +6696,8 @@ make_lispy_event (struct input_event *event)
          }
 #endif /* defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR */
 
+       position = make_lispy_position (f, x, y, event->timestamp);
+
 #ifdef HAVE_WINDOW_SYSTEM
 
        /* Now check if POSITION lies on the tab bar.  If so, look up



reply via email to

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