From 77c39aa63f3df21604654b7e6dd2fa2fd4f75473 Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 6 Oct 2011 13:45:14 +0000 Subject: [PATCH] newgl work.. now.. why? git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63882 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_x11/evas_x_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/engines/gl_x11/evas_x_main.c b/src/modules/engines/gl_x11/evas_x_main.c index 72394f8..a3717f5 100644 --- a/src/modules/engines/gl_x11/evas_x_main.c +++ b/src/modules/engines/gl_x11/evas_x_main.c @@ -13,7 +13,7 @@ static GLXFBConfig rgba_fbconf = 0; #endif // fixme: something is up/wrong here - dont know what tho... -// #define NEWGL 1 +#define NEWGL 1 static XVisualInfo *_evas_gl_x11_vi = NULL; static XVisualInfo *_evas_gl_x11_rgba_vi = NULL; -- 2.7.4