mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-04 04:06:09 -05: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);
|
||||
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.y = hotspot_y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue