terminal: #elif -> #else

This commit is contained in:
Daniel Eklöf 2023-06-29 16:06:52 +02:00
parent c2e481fb6a
commit 7bfa700c55
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -3132,7 +3132,7 @@ term_xcursor_update_for_seat(struct terminal *term, struct seat *seat)
#if defined(HAVE_CURSOR_SHAPE)
else if (cursor_string_to_server_shape(term->mouse_user_cursor) != 0
#elif
#else
else if (true
#endif
|| render_xcursor_is_valid(seat, term->mouse_user_cursor))