From b984a158d6c9398f834375dbc0081c5a0ed4663a Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 12 Sep 2019 16:43:11 +0300 Subject: [PATCH] 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 --- include/libweston/backend-headless.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libweston/backend-headless.h b/include/libweston/backend-headless.h index ee116ec3..08bd674b 100644 --- a/include/libweston/backend-headless.h +++ b/include/libweston/backend-headless.h @@ -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; };