libweston: Properly namespace solid_buffer_values

It's exported by libweston, so shouldn't leak unprefixed types.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone
2022-07-26 11:52:10 +01:00
parent a09f02d43a
commit a8048c5c1c
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1318,7 +1318,7 @@ struct weston_compositor {
bool warned_about_unmapped_surface_or_view;
};
struct solid_buffer_values {
struct weston_solid_buffer_values {
float r, g, b, a;
};
@@ -1338,7 +1338,7 @@ struct weston_buffer {
struct wl_shm_buffer *shm_buffer;
void *dmabuf;
void *legacy_buffer;
struct solid_buffer_values solid;
struct weston_solid_buffer_values solid;
};
int32_t width, height;