mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
Fix disabled cursors
This commit is contained in:
parent
63a46c6550
commit
d11973ed7d
2 changed files with 15 additions and 15 deletions
|
|
@ -15,10 +15,12 @@ struct wlr_output_mode {
|
|||
struct wlr_output_cursor {
|
||||
struct wlr_output *output;
|
||||
int32_t x, y;
|
||||
bool enabled;
|
||||
uint32_t width, height;
|
||||
int32_t hotspot_x, hotspot_y;
|
||||
struct wl_list link;
|
||||
|
||||
// only when using a software cursor without a surface
|
||||
struct wlr_renderer *renderer;
|
||||
struct wlr_texture *texture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue