]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (x_free_frame_resources): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 23 Aug 2022 12:56:12 +0000 (20:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 23 Aug 2022 12:56:12 +0000 (20:56 +0800)
src/xterm.c

index 26c512d80a84fd795bbb5dbbddbef95a99dd2ad8..3dfa908f1e2dddf72d9a18322acf27c46123a7b7 100644 (file)
@@ -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
     }