mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 20:28:03 +02:00
compositor: Document options for headless compositor
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> [Pekka: s/Wayland surface/memory surface/, and say default renderer.] Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
4703d689fd
commit
3e3b59e0a2
1 changed files with 10 additions and 0 deletions
|
|
@ -4595,6 +4595,16 @@ usage(int error_code)
|
|||
"\n");
|
||||
#endif
|
||||
|
||||
#if defined(BUILD_HEADLESS_COMPOSITOR)
|
||||
fprintf(stderr,
|
||||
"Options for headless-backend.so:\n\n"
|
||||
" --width=WIDTH\t\tWidth of memory surface\n"
|
||||
" --height=HEIGHT\tHeight of memory surface\n"
|
||||
" --transform=TR\tThe output transformation, TR is one of:\n"
|
||||
"\tnormal 90 180 270 flipped flipped-90 flipped-180 flipped-270\n"
|
||||
" --use-pixman\t\tUse the pixman (CPU) renderer (default: no rendering)\n\n");
|
||||
#endif
|
||||
|
||||
exit(error_code);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue