mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Move output commit out of output_render()
That way output_render() only does what it says on the tin.
This commit is contained in:
parent
d6cb4fa8de
commit
c2ccc0c9d4
3 changed files with 38 additions and 33 deletions
|
|
@ -112,8 +112,7 @@ bool output_has_opaque_overlay_layer_surface(struct sway_output *output);
|
|||
|
||||
struct sway_workspace *output_get_active_workspace(struct sway_output *output);
|
||||
|
||||
void output_render(struct sway_output *output, struct timespec *when,
|
||||
pixman_region32_t *damage);
|
||||
void output_render(struct sway_output *output, pixman_region32_t *damage);
|
||||
|
||||
void output_surface_for_each_surface(struct sway_output *output,
|
||||
struct wlr_surface *surface, double ox, double oy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue