aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 23a35aa1618..36797bc0abb 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6837,7 +6837,7 @@ x_sync_trigger_fence (struct frame *f, XSyncValue value)
6837 idx = (n / 4) % 2; 6837 idx = (n / 4) % 2;
6838 6838
6839#ifdef FRAME_DEBUG 6839#ifdef FRAME_DEBUG
6840 fprintf (stderr, "Triggering synchonization fence: %lu\n", idx); 6840 fprintf (stderr, "Triggering synchronization fence: %lu\n", idx);
6841#endif 6841#endif
6842 6842
6843 XSyncTriggerFence (FRAME_X_DISPLAY (f), 6843 XSyncTriggerFence (FRAME_X_DISPLAY (f),
@@ -18928,7 +18928,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
18928 { 18928 {
18929 /* Now clear dpyinfo->last_mouse_motion_frame, or 18929 /* Now clear dpyinfo->last_mouse_motion_frame, or
18930 gui_redo_mouse_highlight will end up highlighting the 18930 gui_redo_mouse_highlight will end up highlighting the
18931 last known poisition of the mouse if a tooltip frame is 18931 last known position of the mouse if a tooltip frame is
18932 later unmapped. */ 18932 later unmapped. */
18933 18933
18934 if (f == dpyinfo->last_mouse_motion_frame) 18934 if (f == dpyinfo->last_mouse_motion_frame)
@@ -20397,7 +20397,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
20397 { 20397 {
20398 /* Now clear dpyinfo->last_mouse_motion_frame, or 20398 /* Now clear dpyinfo->last_mouse_motion_frame, or
20399 gui_redo_mouse_highlight will end up highlighting 20399 gui_redo_mouse_highlight will end up highlighting
20400 the last known poisition of the mouse if a 20400 the last known position of the mouse if a
20401 tooltip frame is later unmapped. */ 20401 tooltip frame is later unmapped. */
20402 20402
20403 if (f == dpyinfo->last_mouse_motion_frame) 20403 if (f == dpyinfo->last_mouse_motion_frame)