mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Revert "Revert "Fix popups""
This reverts commit 9aa258d33a.
Reverting the revert, so that popups can be fixed.
This commit is contained in:
parent
ea14ef4095
commit
8392eae40f
10 changed files with 197 additions and 55 deletions
|
|
@ -67,10 +67,18 @@ struct sway_container *output_get_active_workspace(struct sway_output *output);
|
|||
void output_render(struct sway_output *output, struct timespec *when,
|
||||
pixman_region32_t *damage);
|
||||
|
||||
void output_surface_for_each_surface(struct sway_output *output,
|
||||
struct wlr_surface *surface, double ox, double oy,
|
||||
sway_surface_iterator_func_t iterator, void *user_data);
|
||||
|
||||
void output_view_for_each_surface(struct sway_output *output,
|
||||
struct sway_view *view, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
||||
void output_view_for_each_popup(struct sway_output *output,
|
||||
struct sway_view *view, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
||||
void output_layer_for_each_surface(struct sway_output *output,
|
||||
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue