From bb50f65532f8f513d483436de88b964f6ac0a343 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 5 Mar 2011 16:16:26 -0500 Subject: Allow mutter to be used as a library 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ae964955..648049a09 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ POTFILES 50-metacity-key.xml inlinepixbufs.h libmutter-private.pc +libmutter-wm.pc mutter mutter-theme-viewer mutter.desktop -- cgit v1.2.1