Wayland: Fixed drawing created cursors without transparency.

This commit is contained in:
Philipp Wiesemann 2016-03-11 22:10:15 +01:00
parent 167dd4a1fa
commit 676041aa16
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Wayland_CreateCursor(SDL_Surface *surface, int hot_x, int hot_y)
if (create_buffer_from_shm (data, if (create_buffer_from_shm (data,
surface->w, surface->w,
surface->h, surface->h,
WL_SHM_FORMAT_XRGB8888) < 0) WL_SHM_FORMAT_ARGB8888) < 0)
{ {
free (cursor->driverdata); free (cursor->driverdata);
free (cursor); free (cursor);