Add weston_surface_has_content()
Just a trivial wrapper to tell you whether or not the surface has valid content. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
committed by
Marius Vlad
parent
f212a703cf
commit
13ead893e2
@@ -1928,6 +1928,9 @@ weston_surface_attach_solid(struct weston_surface *surface,
|
||||
void
|
||||
weston_buffer_destroy_solid(struct weston_buffer_reference *buffer_ref);
|
||||
|
||||
bool
|
||||
weston_surface_has_content(struct weston_surface *surface);
|
||||
|
||||
void
|
||||
weston_view_destroy(struct weston_view *view);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user