projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a328bf6
)
; * src/xterm.c (x_free_frame_resources): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Tue, 23 Aug 2022 12:56:12 +0000
(20:56 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 23 Aug 2022 12:56:12 +0000
(20:56 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 26c512d80a84fd795bbb5dbbddbef95a99dd2ad8..3dfa908f1e2dddf72d9a18322acf27c46123a7b7 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-27024,7
+27024,7
@@
x_free_frame_resources (struct frame *f)
XFreeCursor (FRAME_X_DISPLAY (f), f->output_data.x->bottom_left_corner_cursor);
/* Free sync fences. */
-#if defined HAVE_XSYNCTRIGGERFENCE && !defined USE_GTK && defined CLOCK_GETTIME
+#if defined HAVE_XSYNCTRIGGERFENCE && !defined USE_GTK && defined
HAVE_
CLOCK_GETTIME
x_sync_free_fences (f);
#endif
}