From: Po Lu Date: Thu, 4 Aug 2022 11:53:45 +0000 (+0800) Subject: ; * src/xterm.c (x_sync_init_fences): Fix number of fences announced. X-Git-Tag: emacs-29.0.90~1447^2~460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9313551faed4e79691a781da4fdfeb791f80d4ea;p=emacs.git ; * src/xterm.c (x_sync_init_fences): Fix number of fences announced. --- diff --git a/src/xterm.c b/src/xterm.c index 33e90603f80..2a453099ee7 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6875,7 +6875,7 @@ x_sync_init_fences (struct frame *f) XChangeProperty (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), dpyinfo->Xatom_net_wm_sync_fences, XA_CARDINAL, 32, PropModeReplace, - (unsigned char *) &output->sync_fences, 1); + (unsigned char *) &output->sync_fences, 2); } static void