Add wayland backend
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 28 Sep 2010 14:17:46 +0000 (10:17 -0400)
committerRobert Bragg <robert@linux.intel.com>
Thu, 14 Oct 2010 15:23:05 +0000 (16:23 +0100)
commitcb5582c4ab1207738a2b5dc4c94fb4551e696c20
treecf8db731820205279200bf9ea6bdfd25cd631f14
parenta7cf98ebfc9ca13e3f84bbe33171a2218cfe039b
Add wayland backend

This adds a clutter backend for running under the wayland window system.
Initial cogl framebuffer integration by Robert Bragg.
clutter/Makefile.am
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/winsys/cogl-egl.c
clutter/wayland/clutter-backend-wayland.c [new file with mode: 0644]
clutter/wayland/clutter-backend-wayland.h [new file with mode: 0644]
clutter/wayland/clutter-event-wayland.c [new file with mode: 0644]
clutter/wayland/clutter-input-device-wayland.c [new file with mode: 0644]
clutter/wayland/clutter-stage-wayland.c [new file with mode: 0644]
clutter/wayland/clutter-stage-wayland.h [new file with mode: 0644]
clutter/wayland/clutter-wayland.h [new file with mode: 0644]
configure.ac