mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-05 07:16:12 -04:00
parent
84d603acc0
commit
6ae54dca23
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ void wlr_xwayland_set_cursor(struct wlr_xwayland *xwayland,
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_buffer_unlock(xwayland->cursor_buffer);
|
wlr_buffer_unlock(xwayland->cursor_buffer);
|
||||||
xwayland->cursor_buffer = wlr_buffer_lock(xwayland->cursor_buffer);
|
xwayland->cursor_buffer = wlr_buffer_lock(buffer);
|
||||||
xwayland->cursor_hotspot.x = hotspot_x;
|
xwayland->cursor_hotspot.x = hotspot_x;
|
||||||
xwayland->cursor_hotspot.y = hotspot_y;
|
xwayland->cursor_hotspot.y = hotspot_y;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue