diff options
author | emersion <contact@emersion.fr> | 2017-10-29 18:14:58 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-31 12:30:56 +0100 |
commit | 4230a577cc878607c2db1e6e5e7051b9e7653584 (patch) | |
tree | 2fe17d022cf5b03f17c82a2c5859b960ea5c993d /include/wlr | |
parent | 95566c6bdfb7048b2460b701747f4c9d3fcd4ebd (diff) |
Remove wlr_cursor_set_xcursor for now
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_cursor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h index be4f322f..1aac2b94 100644 --- a/include/wlr/types/wlr_cursor.h +++ b/include/wlr/types/wlr_cursor.h @@ -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. |