diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/types/wlr_output.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/types/wlr_output.h b/include/types/wlr_output.h index e754053f..22a5c463 100644 --- a/include/types/wlr_output.h +++ b/include/types/wlr_output.h @@ -12,7 +12,7 @@ bool output_pick_format(struct wlr_output *output,  	struct wlr_drm_format *format, uint32_t fmt);  void output_clear_back_buffer(struct wlr_output *output);  bool output_ensure_buffer(struct wlr_output *output, -	const struct wlr_output_state *state, bool *new_back_buffer); +	struct wlr_output_state *state, bool *new_back_buffer);  bool output_cursor_set_texture(struct wlr_output_cursor *cursor,  	struct wlr_texture *texture, bool own_texture, float scale, | 
