From b64e7e88bfb8ab048dc3e599bcd900b9844fdd5f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 11 Apr 2023 17:38:19 +0200 Subject: output: add output_cursor_set_texture() --- include/wlr/types/wlr_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index dbf7524a..88dbffb9 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -44,6 +44,7 @@ struct wlr_output_cursor { // only when using a software cursor without a surface struct wlr_texture *texture; + bool own_texture; // only when using a cursor surface struct wlr_surface *surface; -- cgit v1.2.3