diff options
| author | Stefan Kangas | 2022-08-08 14:08:47 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-08 14:23:29 +0200 |
| commit | 3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 (patch) | |
| tree | 6d42cf8c36051aa9d8369cb0ac900b8709b20f5f /src | |
| parent | cf30432a14b935726cd0845ae490bdd5b94625ab (diff) | |
| download | emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 6 |
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) |