mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
output: add output_state_get_cursor_layer() helper
This commit is contained in:
parent
a863b82bdb
commit
4157715e26
2 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue