mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Remove output_surface_for_each_surface from header
This commit is contained in:
parent
8d5cc8625c
commit
fe0750fec1
2 changed files with 7 additions and 11 deletions
|
|
@ -67,10 +67,6 @@ 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_surface2(struct sway_output *output,
|
||||
struct wlr_surface *surface, double ox, double oy, float rotation,
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue