Skip to content

Commit

Permalink
Wayland: Fixed drawing created cursors without transparency.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Mar 11, 2016
1 parent 167dd4a commit 676041a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wayland/SDL_waylandmouse.c
Expand Up @@ -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);
Expand Down

0 comments on commit 676041a

Please sign in to comment.