[Xfce4-commits] [xfce/xfwm4] 02/03: compositor: Print the GL renderer used

noreply at xfce.org noreply at xfce.org
Tue Jul 17 11:46:41 CEST 2018


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 8c081c75fbb90e41bb0c56681ca3c155db1f1e37
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Tue Jul 17 11:39:24 2018 +0200

    compositor: Print the GL renderer used
    
    For debugging purpose.
---
 src/compositor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compositor.c b/src/compositor.c
index 3bf8e93..b4b03f8 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1071,6 +1071,7 @@ check_glx_renderer (ScreenInfo *screen_info)
         g_warning ("Cannot identify GLX renderer.");
         return FALSE;
     }
+    DBG ("Using GL renderer: %s", glRenderer);
 
     i = 0;
     while (blacklisted[i] && !strcasestr (glRenderer, blacklisted[i]))

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


More information about the Xfce4-commits mailing list