diff options
Diffstat (limited to 'include/sway/output.h')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 28be6a1e..da625315 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -167,7 +167,7 @@ enum sway_container_layout output_get_default_layout( struct sway_output *output); void render_rect(struct sway_output *output, - pixman_region32_t *output_damage, const struct wlr_box *_box, + const pixman_region32_t *output_damage, const struct wlr_box *_box, float color[static 4]); void premultiply_alpha(float color[4], float opacity); |