diff options
author | Richard Grenville <[email protected]> | 2013-04-25 09:27:14 +0800 |
---|---|---|
committer | Richard Grenville <[email protected]> | 2013-04-25 09:27:14 +0800 |
commit | 1dd41253b22c78bf3cd4497895c906fe07cb209b (patch) | |
tree | d5ac5c4ac9a546ac3cee98bef07a3be1499d14ca /compton.c | |
parent | 39da27613fcfc70764769f5c458183f63a5f3ec5 (diff) | |
download | tdebase-1dd41253b22c78bf3cd4497895c906fe07cb209b.tar.gz tdebase-1dd41253b22c78bf3cd4497895c906fe07cb209b.zip |
Misc: Fix wrong description & DEBUG_GLX_ERR
- Fix description of "opengl" VSync.
- Add DEBUG_GLX_ERR to check for OpenGL errors.
- Update man page.
Diffstat (limited to 'compton.c')
-rw-r--r-- | compton.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |