diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-08-28 03:49:02 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-08-28 03:49:02 +0200 |
commit | 60a683b15ab3cf83d1b537d8af412b1ac6198262 (patch) | |
tree | be45cc2bb7b495b8f8327384432a4255c0346064 /metadata | |
parent | 06a176a41dcc2d55731e88c7fcf6e871b65f133e (diff) | |
download | zcomp-60a683b15ab3cf83d1b537d8af412b1ac6198262.tar.gz zcomp-60a683b15ab3cf83d1b537d8af412b1ac6198262.tar.bz2 |
C++ port of the decoration plugin.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/Makefile.am | 2 | ||||
-rw-r--r-- | metadata/decor.xml.in (renamed from metadata/decoration.xml.in) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/metadata/Makefile.am b/metadata/Makefile.am index 60066de..1fe4f01 100644 --- a/metadata/Makefile.am +++ b/metadata/Makefile.am @@ -6,7 +6,7 @@ xml_in_files = \ clone.xml.in \ cube.xml.in \ dbus.xml.in \ - decoration.xml.in \ + decor.xml.in \ fade.xml.in \ fs.xml.in \ gconf.xml.in \ diff --git a/metadata/decoration.xml.in b/metadata/decor.xml.in index e458f80..b623210 100644 --- a/metadata/decoration.xml.in +++ b/metadata/decor.xml.in @@ -1,5 +1,5 @@ <compiz> - <plugin name="decoration"> + <plugin name="decor"> <_short>Window Decoration</_short> <_long>Window decorations</_long> <feature>decorations</feature> |