This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== modified file 'plugins/animation/animation.xml.in' | |
--- plugins/animation/animation.xml.in 2012-05-16 17:40:41 +0000 | |
+++ plugins/animation/animation.xml.in 2012-07-29 23:18:19 +0000 | |
@@ -580,6 +580,33 @@ | |
</subgroup> | |
<subgroup> | |
+ <_short>Slide</_short> | |
+ <option name="slide_direction" type="int"> | |
+ <_short>Slide from</_short> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== modified file 'compizconfig/gconf/src/gconf.c' | |
--- compizconfig/gconf/src/gconf.c 2012-07-03 06:22:53 +0000 | |
+++ compizconfig/gconf/src/gconf.c 2012-07-29 23:32:23 +0000 | |
@@ -53,7 +53,7 @@ | |
#define CompScrollLockMask (1 << 22) | |
#define METACITY "/apps/metacity" | |
-#define COMPIZ "/apps/compiz-1" | |
+#define COMPIZ "/apps/compiz-built-1" | |
#define COMPIZCONFIG "/apps/compizconfig-1" |