emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 4dc1f2b9a01: ; * src/xterm.c (x_update_end): Condition on HAVE_


From: Robert Pluim
Subject: emacs-29 4dc1f2b9a01: ; * src/xterm.c (x_update_end): Condition on HAVE_XDBE
Date: Tue, 21 Feb 2023 12:06:03 -0500 (EST)

branch: emacs-29
commit 4dc1f2b9a01e35633acb7d01ec177e896b3b49c6
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; * src/xterm.c (x_update_end): Condition on HAVE_XDBE
---
 src/xterm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/xterm.c b/src/xterm.c
index 14c7f89b6ec..e981a36fa9c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7360,8 +7360,10 @@ x_update_end (struct frame *f)
   MOUSE_HL_INFO (f)->mouse_face_defer = false;
 
 #ifdef USE_CAIRO
+# ifdef HAVE_XDBE
   if (!FRAME_X_DOUBLE_BUFFERED_P (f) && FRAME_CR_CONTEXT (f))
     cairo_surface_flush (cairo_get_target (FRAME_CR_CONTEXT (f)));
+# endif
 #endif
 
   /* If double buffering is disabled, finish the update here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]