mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-01-10 11:08:23 -05:00
Basic layer popup rendering
This commit is contained in:
parent
d3cdb00208
commit
278aa84619
3 changed files with 52 additions and 0 deletions
|
|
@ -109,4 +109,8 @@ bool wlr_surface_is_layer_surface(struct wlr_surface *surface);
|
|||
struct wlr_layer_surface *wlr_layer_surface_from_wlr_surface(
|
||||
struct wlr_surface *surface);
|
||||
|
||||
/* Calls the iterator function for each sub-surface and popup of this surface */
|
||||
void wlr_layer_surface_for_each_surface(struct wlr_layer_surface *surface,
|
||||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue