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 /examples | |
parent | 1fb8bc9340d157dffd354ea18f8521e279021750 (diff) |
rename wlr_cursor_init to wlr_cursor_create
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pointer.c b/examples/pointer.c index 100feccc..5341c72c 100644 --- a/examples/pointer.c +++ b/examples/pointer.c @@ -340,7 +340,7 @@ int main(int argc, char *argv[]) { }; state.config = parse_args(argc, argv); - state.cursor = wlr_cursor_init(); + state.cursor = wlr_cursor_create(); wlr_cursor_map_to_region(state.cursor, state.config->cursor.mapped_geo); wl_list_init(&state.devices); |