Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
@ -333,7 +333,7 @@ struct drm_backend {
bool universal_planes;
bool atomic_modeset;
int use_pixman;
bool use_pixman;
bool use_pixman_shadow;
struct udev_input input;
@ -40,7 +40,7 @@ struct weston_headless_backend_config {
struct weston_backend_config base;
/** Whether to use the pixman renderer instead of the OpenGL ES renderer. */
};
#ifdef __cplusplus