|
@@ -267,13 +267,13 @@ Wayland_CreateSystemCursor(SDL_SystemCursor id)
|
|
cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "xterm");
|
|
cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "xterm");
|
|
break;
|
|
break;
|
|
case SDL_SYSTEM_CURSOR_WAIT:
|
|
case SDL_SYSTEM_CURSOR_WAIT:
|
|
- cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "wait");
|
|
|
|
|
|
+ cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "watch");
|
|
break;
|
|
break;
|
|
case SDL_SYSTEM_CURSOR_CROSSHAIR:
|
|
case SDL_SYSTEM_CURSOR_CROSSHAIR:
|
|
cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1");
|
|
cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1");
|
|
break;
|
|
break;
|
|
case SDL_SYSTEM_CURSOR_WAITARROW:
|
|
case SDL_SYSTEM_CURSOR_WAITARROW:
|
|
- cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "wait");
|
|
|
|
|
|
+ cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "watch");
|
|
break;
|
|
break;
|
|
case SDL_SYSTEM_CURSOR_SIZENWSE:
|
|
case SDL_SYSTEM_CURSOR_SIZENWSE:
|
|
cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1");
|
|
cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1");
|