backend-headless: fix comment on use_pixman
The default is no-op, not GL. It doesn't even support GL. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
b86eb201ba
commit
b984a158d6
|
@ -39,7 +39,7 @@ extern "C" {
|
|||
struct weston_headless_backend_config {
|
||||
struct weston_backend_config base;
|
||||
|
||||
/** Whether to use the pixman renderer instead of the OpenGL ES renderer. */
|
||||
/** Whether to use the pixman renderer, default is no-op */
|
||||
bool use_pixman;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue