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:
parent
7d7d753a49
commit
27784de941
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user