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:
@ -337,7 +337,7 @@ create_cursor (ClutterBackendWayland *backend_wayland,
|
|||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
stride,
|
stride,
|
||||||
WL_SHM_FORMAT_ARGB32);
|
WL_SHM_FORMAT_ARGB8888);
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
munmap (map, size);
|
munmap (map, size);
|
||||||
|
Reference in New Issue
Block a user