rename wlr_cursor_init to wlr_cursor_create

This commit is contained in:
Tony Crisci 2017-08-29 10:42:23 -04:00
parent 1fb8bc9340
commit a51b76083e
3 changed files with 3 additions and 3 deletions

View file

@ -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);