mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
Remove wlr_cursor_set_xcursor for now
This commit is contained in:
parent
95566c6bdf
commit
4230a577cc
4 changed files with 7 additions and 9 deletions
|
|
@ -36,8 +36,6 @@ struct wlr_cursor *wlr_cursor_create();
|
|||
|
||||
void wlr_cursor_destroy(struct wlr_cursor *cur);
|
||||
|
||||
void wlr_cursor_set_xcursor(struct wlr_cursor *cur, struct wlr_xcursor *xcur);
|
||||
|
||||
/**
|
||||
* Warp the cursor to the given x and y in layout coordinates. If x and y are
|
||||
* out of the layout boundaries or constraints, no warp will happen.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue