This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/x11/SDL_x11opengl.c
|
@@ -412,7 +412,7 @@ X11_GL_CreateContext(_THIS, SDL_Window * window) |
|
|
int n; |
|
|
GLXContext context = NULL; |
|
|
|
|
|
/* We do _this to create a clean separation between X and GLX errors. */ |
|
|
/* We do this to create a clean separation between X and GLX errors. */ |
|
|
XSync(display, False); |
|
|
XGetWindowAttributes(display, data->window, &xattr); |
|
|
v.screen = screen; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.