mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
wip: redesign output_drag_icons_for_each_surface iterator
This commit is contained in:
parent
d2172bd331
commit
dbf6dd0dae
3 changed files with 13 additions and 12 deletions
|
|
@ -103,8 +103,8 @@ void output_unmanaged_for_each_surface(struct sway_output *output,
|
|||
void *user_data);
|
||||
#endif
|
||||
|
||||
void output_drag_icons_for_each_surface(struct wl_list *drag_icons,
|
||||
struct sway_output *output, struct root_geometry *geo,
|
||||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
void output_drag_icons_for_each_surface(struct sway_output *output,
|
||||
struct wl_list *drag_icons, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue