Reimplement popup rendering

This commit is contained in:
Ryan Dwyer 2018-07-01 21:25:05 +10:00
parent f6e86e6526
commit f518036ddc
4 changed files with 38 additions and 0 deletions

View file

@ -37,6 +37,8 @@ struct sway_view_impl {
bool (*wants_floating)(struct sway_view *view);
void (*for_each_surface)(struct sway_view *view,
wlr_surface_iterator_func_t iterator, void *user_data);
void (*for_each_popup)(struct sway_view *view,
wlr_surface_iterator_func_t iterator, void *user_data);
void (*close)(struct sway_view *view);
void (*destroy)(struct sway_view *view);
};