[Xfce4-commits] [xfce/xfwm4] 02/06: compositor: Use glXWaitX() without fence support

noreply at xfce.org noreply at xfce.org
Thu May 23 21:50:54 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 616a64810bd9ec5eaec4435f6f81b17e7b805182
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu May 23 21:23:02 2019 +0200

    compositor: Use glXWaitX() without fence support
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/compositor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compositor.c b/src/compositor.c
index 76e5f6f..9ecf048 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1506,6 +1506,7 @@ fence_sync (ScreenInfo *screen_info, gushort buffer)
     fence_reset (screen_info, buffer);
 #else
     XSync (myScreenGetXDisplay (screen_info), FALSE);
+    glXWaitX ();
 #endif /* HAVE_XSYNC */
 }
 

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


More information about the Xfce4-commits mailing list