output: add output_cursor_set_texture()

This commit is contained in:
Simon Ser 2023-04-11 17:38:19 +02:00 committed by Alexander Orzechowski
parent b03f71fe5f
commit b64e7e88bf
3 changed files with 35 additions and 16 deletions

View file

@ -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;