Misc: Fix wrong description & DEBUG_GLX_ERR

- Fix description of "opengl" VSync.

- Add DEBUG_GLX_ERR to check for OpenGL errors.

- Update man page.
This commit is contained in:
Richard Grenville
2013-04-25 09:27:14 +08:00
parent 85e7d18803
commit 4a4f857cc2
4 changed files with 93 additions and 3 deletions

View File

@@ -4175,7 +4175,7 @@ usage(void) {
#else
#define WARNING
#endif
" opengl = Try to VSync with SGI_swap_control OpenGL extension. Only\n"
" opengl = Try to VSync with SGI_video_sync OpenGL extension. Only\n"
" work on some drivers." WARNING"\n"
" opengl-oml = Try to VSync with OML_sync_control OpenGL extension.\n"
" Only work on some drivers. Experimental." WARNING"\n"