diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-02-22 18:38:19 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-02-22 18:38:19 +0100 |
| commit | ef62fdbc33ce76dd13a3085a5b911955ea422066 (patch) | |
| tree | bd5c40f008c3f74dbe2c22ab047dc7b0721da51c /include | |
| parent | 1f138859af58e6b5fb31dba6a7a027726a96a5a8 (diff) | |
Move output commit out of output_render()
That way output_render() only does what it says on the tin.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index da625315..2aa1b278 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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, |
