From 07716075dbd96591b64098c4355550ef804a7b6c Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 18 Jul 2023 10:15:16 +0800 Subject: [PATCH] ; * 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 -- 2.39.2