[mutter] Promote include/main.h to public headers



commit a454ad5c41a6fcc83a94aff4dd2254b3a904673f
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 8 17:25:54 2009 -0400

    Promote include/main.h to public headers
    
    Want to be able to Meta.quit() from bindings.

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index e3a7c5c..8c4a13b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,7 +70,6 @@ mutter_SOURCES= 				\
 	core/keybindings.c			\
 	core/keybindings-private.h		\
 	core/main.c				\
-	include/main.h				\
 	core/mutter-Xatomtype.h		\
 	core/place.c				\
 	core/place.h				\
@@ -150,6 +149,7 @@ libmutterinclude_base_headers =		\
 	include/alttabhandler.h			\
 	include/boxes.h				\
 	ui/gradient.h				\
+	include/main.h				\
 	include/util.h				\
 	include/common.h			\
 	ui/preview-widget.h			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]