wayland: Update to new SHM buffer format type

This commit is contained in:
Rob Bradford 2012-01-13 11:35:04 +00:00
parent 96e729d500
commit 9e29ef5f3b

View File

@ -227,7 +227,7 @@ create_cursor(GdkDisplayWayland *display, GdkPixbuf *pixbuf, int x, int y)
fd,
cursor->width,
cursor->height,
stride, WL_SHM_FORMAT_ARGB32);
stride, WL_SHM_FORMAT_ARGB8888);
close(fd);