[Xfce4-commits] [xfce/xfwm4] 03/03: compositor: Rename unbind_glx_texture

noreply at xfce.org noreply at xfce.org
Tue May 28 22:44:16 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 4efaeafdc3f7f95ae003bd47be4e66a983b7bc7a
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Tue May 28 22:14:25 2019 +0200

    compositor: Rename unbind_glx_texture
    
    As destroy_glx_drawable().
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/compositor.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/compositor.c b/src/compositor.c
index d4b8415..254a95f 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1420,7 +1420,7 @@ disable_glx_texture (ScreenInfo *screen_info)
 }
 
 static void
-unbind_glx_texture (ScreenInfo *screen_info)
+destroy_glx_drawable (ScreenInfo *screen_info)
 {
     g_return_if_fail (screen_info != NULL);
     TRACE ("entering");
@@ -4613,7 +4613,7 @@ compositorUnmanageScreen (ScreenInfo *screen_info)
 #ifdef HAVE_EPOXY
     if (screen_info->use_glx)
     {
-        unbind_glx_texture (screen_info);
+        destroy_glx_drawable (screen_info);
     }
     free_glx_data (screen_info);
 #endif /* HAVE_EPOXY */
@@ -4804,7 +4804,7 @@ compositorUpdateScreenSize (ScreenInfo *screen_info)
 #ifdef HAVE_EPOXY
     if (screen_info->use_glx)
     {
-        unbind_glx_texture (screen_info);
+        destroy_glx_drawable (screen_info);
     }
 #endif /* HAVE_EPOXY */
 

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


More information about the Xfce4-commits mailing list