libweston: Remove weston_surface_set_color

Don't do this; instead, create a solid-colour buffer and attach it to
the surface explicitly.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone
2022-01-18 17:48:30 +00:00
parent 4d426ab6b1
commit b5605ccd26
5 changed files with 0 additions and 24 deletions
-1
View File
@@ -3733,7 +3733,6 @@ gl_renderer_display_create(struct weston_compositor *ec,
gr->base.repaint_output = gl_renderer_repaint_output;
gr->base.flush_damage = gl_renderer_flush_damage;
gr->base.attach = gl_renderer_attach;
gr->base.surface_set_color = gl_renderer_surface_set_color;
gr->base.destroy = gl_renderer_destroy;
gr->base.surface_get_content_size =
gl_renderer_surface_get_content_size;