[gtk+] wayland: Update to new SHM buffer format type
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] wayland: Update to new SHM buffer format type
- Date: Fri, 13 Jan 2012 11:35:50 +0000 (UTC)
commit 9e29ef5f3be5686586f0ebae9963cc047b124df6
Author: Rob Bradford <rob linux intel com>
Date: Fri Jan 13 11:35:04 2012 +0000
wayland: Update to new SHM buffer format type
gdk/wayland/gdkcursor-wayland.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/wayland/gdkcursor-wayland.c b/gdk/wayland/gdkcursor-wayland.c
index 51e41cd..6e3e14b 100644
--- a/gdk/wayland/gdkcursor-wayland.c
+++ b/gdk/wayland/gdkcursor-wayland.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]