mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -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
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue