wayland: add shm buffer code

It's not enabled to do anything yet.
This commit is contained in:
nobled
2011-01-31 04:22:50 +00:00
parent d4ccef786b
commit d84f31ef3a
4 changed files with 75 additions and 0 deletions

View File

@ -67,6 +67,7 @@ struct _ClutterBackendWayland
struct wl_compositor *wayland_compositor;
struct wl_shell *wayland_shell;
struct wl_drm *wayland_drm;
struct wl_shm *wayland_shm;
char *device_name;
int authenticated;
struct wl_output *wayland_output;