diff --git a/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c b/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c index 72394f8820..a3717f583c 100644 --- a/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c +++ b/legacy/evas/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;