output: add output_state_get_cursor_layer() helper

This commit is contained in:
Simon Ser 2023-02-27 10:46:25 +01:00
parent a863b82bdb
commit 4157715e26
2 changed files with 20 additions and 0 deletions

View file

@ -18,4 +18,7 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
struct wlr_texture *texture, bool own_texture, float scale,
enum wl_output_transform transform, int32_t hotspot_x, int32_t hotspot_y);
struct wlr_output_layer_state *output_state_get_cursor_layer(
const struct wlr_output_state *state);
#endif