[Xfce4-commits] [xfce/xfwm4] 02/03: display: Do not sync before trap pop

noreply at xfce.org noreply at xfce.org
Sun May 5 15:42:27 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 2e60b61752c00ed7e58496711877a93d59964901
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Sun May 5 14:37:09 2019 +0200

    display: Do not sync before trap pop
    
    That should not be needed as GDK already handles serial ranges for us.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/display.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/display.c b/src/display.c
index 3ba7230..02da303 100644
--- a/src/display.c
+++ b/src/display.c
@@ -1036,10 +1036,8 @@ gint
 myDisplayErrorTrapPop (DisplayInfo *display_info)
 {
 #if GTK_CHECK_VERSION(3, 22, 0)
-    gdk_display_flush (display_info->gdisplay);
     return gdk_x11_display_error_trap_pop (display_info->gdisplay);
 #else
-    gdk_flush ();
     return gdk_error_trap_pop ();
 #endif
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list