summaryrefslogtreecommitdiff
path: root/src/compositor/README
Commit message (Collapse)AuthorAgeFilesLines
* Document window and surface actorsGeorges Basile Stavracas Neto2019-01-041-1/+61
| | | | | | | | | | Document the roles of MetaSurfaceActor and MetaWindowActor, and when their subclasses are used. (And this is actually the first real documentation under src/compositor/README!) https://gitlab.gnome.org/GNOME/mutter/merge_requests/368
* There can be only one compositor engineJon Nettleton2009-06-301-0/+10
Mutter is a Clutter-based compositing manager. So, remove the code for the XRender-based compositor, and make it mandatory to have XComposite, XRender and Clutter. Run-time support for non-composited operation is left for now. * src/compositor/mutter/: Move files from this subdirectory into the main compositor/ directory. * compositor/compositor-xrender.ccompositor/compositor-xrender.h: Remove * include/compositor-clutter.h: Remove this stray file, it had been replaced with compositor-mutter.h some time back. http://bugzilla.gnome.org/show_bug.cgi?id=581813