diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-08-29 10:42:23 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-08-29 12:36:39 -0400 |
commit | a51b76083e589214320f30c8792d6b2666ef21d2 (patch) | |
tree | 939cfa811095bcd593d280c8c83325eee466e5bf /include/wlr | |
parent | 1fb8bc9340d157dffd354ea18f8521e279021750 (diff) |
rename wlr_cursor_init to wlr_cursor_create
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h index b91c195e..ef3b8dbb 100644 --- a/include/wlr/types/wlr_cursor.h +++ b/include/wlr/types/wlr_cursor.h @@ -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); |