Remove XSync from X11_GL_MakeCurrent() function

This commit is contained in:
Sam Lantinga
2013-03-01 11:27:01 -08:00
parent 1b7bc167b1
commit cd0042d2ef

View File

@@ -642,7 +642,6 @@ X11_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context)
SDL_SetError("Unable to make GL context current");
status = -1;
}
XSync(display, False);
return (status);
}