emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2fa19cc: Revert "Don't attempt to disable double bu


From: Philipp Stephani
Subject: [Emacs-diffs] master 2fa19cc: Revert "Don't attempt to disable double buffering in newer GTK+ versions"
Date: Tue, 26 Sep 2017 14:29:00 -0400 (EDT)

branch: master
commit 2fa19cc5510cdbf00c54991a9959be984dd99fbe
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Revert "Don't attempt to disable double buffering in newer GTK+ versions"
    
    This reverts commit c0af83b6ccf2dab9a515dd7f52eb9d4500275ae3.
---
 src/gtkutil.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gtkutil.c b/src/gtkutil.c
index 8ecbc5c..b98b0d0 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1233,14 +1233,12 @@ xg_create_frame_widgets (struct frame *f)
   if (FRAME_EXTERNAL_TOOL_BAR (f))
     update_frame_tool_bar (f);
 
-#if ! GTK_CHECK_VERSION (3, 14, 0)
   /* We don't want this widget double buffered, because we draw on it
      with regular X drawing primitives, so from a GTK/GDK point of
      view, the widget is totally blank.  When an expose comes, this
      will make the widget blank, and then Emacs redraws it.  This flickers
      a lot, so we turn off double buffering.  */
   gtk_widget_set_double_buffered (wfixed, FALSE);
-#endif
 
 #if ! GTK_CHECK_VERSION (3, 22, 0)
   gtk_window_set_wmclass (GTK_WINDOW (wtop),



reply via email to

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