Do not understand this
@@ -465,24 +537,8 @@
fprintf(stderr, "Error: XCURSOR_SIZE is invalid\n");
}
}
- state->cursor_theme = wl_cursor_theme_load(NULL, cursor_size,
state->shm);
- if (state->cursor_theme == NULL) {
- fprintf(stderr, "couldn't find a cursor theme\n");
- return true;
- }
- struct wl_cursor *cursor =
wl_cursor_theme_get_cursor(state->cursor_theme, "left_ptr");
- if (cursor == NULL) {
- fprintf(stderr, "couldn't find cursor icon \"left_ptr\"\n");
- wl_cursor_theme_destroy(state->cursor_theme);
- // Set to NULL so it doesn't get free'd again
- state->cursor_theme = NULL;
- return true;
https://lists.opensuse.org/archives/list/[email protected]/message/OHBQDFZROTU6ZMSLTOTKEWV7ROLY773K/
https://67clicker.io