mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Wayland: Fixed drawing created cursors without transparency.
This commit is contained in:
@@ -174,7 +174,7 @@ Wayland_CreateCursor(SDL_Surface *surface, int hot_x, int hot_y)
|
||||
if (create_buffer_from_shm (data,
|
||||
surface->w,
|
||||
surface->h,
|
||||
WL_SHM_FORMAT_XRGB8888) < 0)
|
||||
WL_SHM_FORMAT_ARGB8888) < 0)
|
||||
{
|
||||
free (cursor->driverdata);
|
||||
free (cursor);
|
||||
|
||||
Reference in New Issue
Block a user