Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Remove XSync from X11_GL_MakeCurrent() function
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 1, 2013
1 parent 77e27b9 commit e25dec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11opengl.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit e25dec0

Please sign in to comment.