From 76982f08683643a0e087a69c5d8c3eea1d36715e Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 23 Aug 2022 20:56:12 +0800 Subject: [PATCH] ; * src/xterm.c (x_free_frame_resources): Fix typo. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 26c512d80a8..3dfa908f1e2 100644 --- 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 } -- 2.39.5