mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
bb50f65532
Move all of the mutter code into a new libmutter-wm.so, split its main() method into meta_get_option_context(), meta_init() and meta_run(), add methods for using in-process plugins, and add libmutter-wm.pc pointing to the new library. The mutter binary is now just a tiny program that links against libmutter-wm. The --version and --mutter-plugins options are handled at the mutter level, not in libmutter-wm, and a few strange unused command-line options (--no-force-fullscreen and --no-tab-popup) have been removed. https://bugzilla.gnome.org/show_bug.cgi?id=643959 |
||
---|---|---|
.. | ||
plugins | ||
cogl-utils.c | ||
cogl-utils.h | ||
compositor-private.h | ||
compositor.c | ||
meta-background-actor.c | ||
meta-background-actor.h | ||
meta-module.c | ||
meta-module.h | ||
meta-plugin-manager.c | ||
meta-plugin-manager.h | ||
meta-plugin.c | ||
meta-shadow-factory-private.h | ||
meta-shadow-factory.c | ||
meta-shaped-texture.c | ||
meta-shaped-texture.h | ||
meta-texture-tower.c | ||
meta-texture-tower.h | ||
meta-window-actor-private.h | ||
meta-window-actor.c | ||
meta-window-group.c | ||
meta-window-group.h | ||
meta-window-shape.c | ||
meta-window-shape.h | ||
README | ||
region-utils.c | ||
region-utils.h |
Intro ===== Fix me. Env Vars ======== MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.