]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (handle_one_xevent): Fix typo in last change.
authorPo Lu <luangruo@yahoo.com>
Tue, 21 Dec 2021 07:02:37 +0000 (15:02 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 21 Dec 2021 07:02:37 +0000 (15:02 +0800)
src/xterm.c

index 57c5616f95f6048b01eaea759f625bfa100dc599..8618a986798805c3b0a712767f7ee36c8a1d117f 100644 (file)
@@ -10899,7 +10899,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
              if (f && FRAME_X_OUTPUT (f)->toolbar_widget)
                {
                  test_rect.x = xev->event_x;
-                 test_rect.y = xev->event_x;
+                 test_rect.y = xev->event_y;
                  test_rect.width = 1;
                  test_rect.height = 1;