[Xfce4-commits] [xfce/xfwm4] 01/01: compositor: Fix unwanted change
noreply at xfce.org
noreply at xfce.org
Sat Apr 11 17:58:20 CEST 2020
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 09fc6c9d20e50b54bbde3abc6a8883b648de5aee
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sat Apr 11 17:54:39 2020 +0200
compositor: Fix unwanted change
glEnable() is not once the texture type is chosen, no need to do that in
advance.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/compositor.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 3c42617..2e58a2d 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1136,7 +1136,6 @@ choose_glx_settings (ScreenInfo *screen_info)
g_return_val_if_fail (screen_info != NULL, FALSE);
TRACE ("entering");
- glEnable (GL_TEXTURE_2D);
configs = glXChooseFBConfig (myScreenGetXDisplay (screen_info),
screen_info->screen,
visual_attribs,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list