summaryrefslogtreecommitdiffstats
path: root/compton.c
diff options
context:
space:
mode:
authorRichard Grenville <[email protected]>2013-04-25 09:27:14 +0800
committerRichard Grenville <[email protected]>2013-04-25 09:27:14 +0800
commit1dd41253b22c78bf3cd4497895c906fe07cb209b (patch)
treed5ac5c4ac9a546ac3cee98bef07a3be1499d14ca /compton.c
parent39da27613fcfc70764769f5c458183f63a5f3ec5 (diff)
downloadtdebase-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compton.c b/compton.c
index eb94d9b5c..00849cb0f 100644
--- a/compton.c
+++ b/compton.c
@@ -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"