mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Reimplement popup rendering
This commit is contained in:
parent
f6e86e6526
commit
f518036ddc
4 changed files with 38 additions and 0 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue