summaryrefslogtreecommitdiff
path: root/src/compositor.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-01-07 15:52:44 -0500
committerKristian Høgsberg <krh@bitplanet.net>2013-01-07 15:52:44 -0500
commitefaca34bc51bdfd578e0c5a656b5a68c7b06a85b (patch)
tree9a5d68d80318e554eca516fe99521379ea776959 /src/compositor.c
parent4e51b44c539dc7b992bd060b817ae90f9de735bd (diff)
Document --use-pixman option
Diffstat (limited to 'src/compositor.c')
-rw-r--r--src/compositor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor.c b/src/compositor.c
index e556766f..cd11f6b2 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -3214,6 +3214,7 @@ usage(int error_code)
" --width=WIDTH\t\tWidth of X window\n"
" --height=HEIGHT\tHeight of X window\n"
" --fullscreen\t\tRun in fullscreen mode\n"
+ " --use-pixman\t\tUse the pixman (CPU) renderer\n"
" --output-count=COUNT\tCreate multiple outputs\n"
" --no-input\t\tDont create input devices\n\n");