emacs-diffs
[Top][All Lists]
Advanced

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

master a641f55559: Improve handling screen resizes when built without Ra


From: Po Lu
Subject: master a641f55559: Improve handling screen resizes when built without RandR
Date: Wed, 20 Jul 2022 21:39:36 -0400 (EDT)

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

    Improve handling screen resizes when built without RandR
    
    * src/xterm.c (handle_one_xevent): Update DND tooltip position
    upon ConfigureNotify for root window.
---
 src/xterm.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/xterm.c b/src/xterm.c
index 86dc122f93..e6b098f883 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -18670,6 +18670,10 @@ handle_one_xevent (struct x_display_info *dpyinfo,
                 MOVE_FRAME_EVENT later.  */
              kbd_buffer_store_event (&inev.ie);
              inev.ie.kind = NO_EVENT;
+
+             /* Also update the position of the drag-and-drop
+                tooltip.  */
+             x_dnd_update_tooltip_now ();
            }
 #endif
 



reply via email to

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