wayland: Update to changes in the SHM api

The enum value for the SHM formats has changed to be more explicit about the
format of the data.
This commit is contained in:
Rob Bradford 2012-01-16 11:55:32 +00:00
parent 7d7d753a49
commit 27784de941

View File

@ -337,7 +337,7 @@ create_cursor (ClutterBackendWayland *backend_wayland,
width,
height,
stride,
WL_SHM_FORMAT_ARGB32);
WL_SHM_FORMAT_ARGB8888);
close(fd);
munmap (map, size);