[Xfce4-commits] [xfce/xfwm4] 01/02: compositor: Avoid configs with	caveats
    noreply at xfce.org 
    noreply at xfce.org
       
    Thu May  9 08:32:01 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 3eecc5e44762acbae82f4490e88964454bad8339
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Wed May 8 20:53:05 2019 +0200
    compositor: Avoid configs with caveats
    
    If we don't find a FBconfig without caveats, don't use GLX.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/compositor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 94cd6e6..0a6f757 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1105,7 +1105,7 @@ choose_glx_settings (ScreenInfo *screen_info)
         GLX_DRAWABLE_TYPE, GLX_PIXMAP_BIT | GLX_WINDOW_BIT,
         GLX_X_RENDERABLE,  True,
         GLX_DOUBLEBUFFER,  True,
-        GLX_CONFIG_CAVEAT, GLX_DONT_CARE,
+        GLX_CONFIG_CAVEAT, GLX_NONE,
         GLX_DEPTH_SIZE,    1,
         GLX_RED_SIZE,      1,
         GLX_GREEN_SIZE,    1,
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list