forked from AuroraMiddleware/gtk
wayland: Update to new SHM buffer format type
This commit is contained in:
parent
96e729d500
commit
9e29ef5f3b
@ -227,7 +227,7 @@ create_cursor(GdkDisplayWayland *display, GdkPixbuf *pixbuf, int x, int y)
|
|||||||
fd,
|
fd,
|
||||||
cursor->width,
|
cursor->width,
|
||||||
cursor->height,
|
cursor->height,
|
||||||
stride, WL_SHM_FORMAT_ARGB32);
|
stride, WL_SHM_FORMAT_ARGB8888);
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user