mirror of
https://github.com/brl/mutter.git
synced 2025-06-15 01:39:30 +00:00
build
clutter
doc
common
cookbook
reference
cally
clutter
Makefile.am
actor-box.png
animator-key-frames.png
animator-key-frames.svg
bin-layout.png
box-layout.png
building-clutter.xml
clutter-animation-tutorial.xml
clutter-docs.xml.in
clutter-overview.xml
clutter-sections.txt
clutter.types
constraints-example.png
creating-behaviours.xml
easing-modes.png
easing-modes.svg
event-flow.dia
event-flow.png
flow-layout-horizontal.png
flow-layout-vertical.png
glossary.xml
migrating-ClutterBehaviour.xml
migrating-ClutterEffect.xml
migrating-ClutterPath.xml
offscreen-redirect.png
path-alpha-func.png
running-clutter.xml
subclassing-ClutterActor.xml
ChangeLog
Makefile.am
AUTHORS.old
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING
actor-invariants.txt
size-negotiation.txt
po
tests
.gitignore
COPYING
ChangeLog.pre-git-import
Makefile.am
NEWS
README.in
README.md
autogen.sh
clutter.doap
config.h.win32.in
configure.ac

This adds a --enable-wayland-compositor configure option which will add support for a ClutterWaylandSurface actor which can be used to aid in writing Wayland compositors using Clutter by providing a ClutterActor to represent Wayland client surfaces. Notably this configure option isn't tied into any particular backend since conceptually the compositor support can be used in conjunction with any clutter backend that has corresponding Cogl support. Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>