[clutter] wayland: Update to changes in the SHM api
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] wayland: Update to changes in the SHM api
- Date: Fri, 20 Jan 2012 16:46:34 +0000 (UTC)
commit 27784de94166e7e507b7db7aaa16b5cec4826e4b
Author: Rob Bradford <rob linux intel com>
Date: Mon Jan 16 11:55:32 2012 +0000
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.
clutter/wayland/clutter-backend-wayland.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/wayland/clutter-backend-wayland.c b/clutter/wayland/clutter-backend-wayland.c
index 365c073..79e8b76 100644
--- a/clutter/wayland/clutter-backend-wayland.c
+++ b/clutter/wayland/clutter-backend-wayland.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]