Add conf module source file.
authorChristopher Michael <cpmichael1@comcast.net>
Sun, 28 Feb 2010 16:40:53 +0000 (16:40 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sun, 28 Feb 2010 16:40:53 +0000 (16:40 +0000)
SVN revision: 46648

config/illume/Makefile.am
config/illume/module.conf.src [new file with mode: 0644]

index a8c658c..561eb43 100644 (file)
@@ -10,7 +10,8 @@ EXTRA_DIST = \
        module.dropshadow.src \
        module.illume.src \
        module.mixer.src \
-       module.pager.src
+       module.pager.src \
+       module.conf.src
 
 filesdir = $(datadir)/enlightenment/data/config/illume
 files_DATA = \
@@ -21,7 +22,8 @@ files_DATA = \
        module.dropshadow.cfg \
        module.illume.cfg \
        module.mixer.cfg \
-       module.pager.cfg
+       module.pager.cfg \
+       module.conf.cfg
 
 SUFFIXES = .cfg
 
diff --git a/config/illume/module.conf.src b/config/illume/module.conf.src
new file mode 100644 (file)
index 0000000..336b9e6
--- /dev/null
@@ -0,0 +1,4 @@
+group "Config" struct {
+    value "version" int: 65677;
+    value "menu_augmentation" int: 0;
+}