mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-23 06:59:44 -05:00
rename wlr_cursor_init to wlr_cursor_create
This commit is contained in:
parent
1fb8bc9340
commit
a51b76083e
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ struct wlr_cursor {
|
|||
} events;
|
||||
};
|
||||
|
||||
struct wlr_cursor *wlr_cursor_init();
|
||||
struct wlr_cursor *wlr_cursor_create();
|
||||
|
||||
void wlr_cursor_destroy(struct wlr_cursor *cur);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue