diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-09-16 14:45:17 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-09-16 14:45:17 +0200 |
commit | f99d2c0c1cb81656d63f8fc9dc3f524edbec3547 (patch) | |
tree | 741f0cceaa6fca3795a83fc0fc5fa3ecd563c1e7 /metadata | |
parent | cc4181224c88318174c67f98de8967cacb4c257e (diff) | |
download | zcomp-f99d2c0c1cb81656d63f8fc9dc3f524edbec3547.tar.gz zcomp-f99d2c0c1cb81656d63f8fc9dc3f524edbec3547.tar.bz2 |
Merge display and screen in composite plugin.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/composite.xml.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/metadata/composite.xml.in b/metadata/composite.xml.in index 4ab5d0b..093fef6 100644 --- a/metadata/composite.xml.in +++ b/metadata/composite.xml.in @@ -2,13 +2,11 @@ <plugin name="composite"> <_short>Composite</_short> <_long>Composite plugin</_long> - <display> + <optons> <option name="slow_animations_key" type="key"> <_short>Slow Animations</_short> <_long>Toggle use of slow animations</_long> </option> - </display> - <screen> <option name="detect_refresh_rate" type="bool"> <_short>Detect Refresh Rate</_short> <_long>Automatic detection of refresh rate</_long> @@ -31,6 +29,6 @@ <_long>Paint each output device independly, even if the output devices overlap</_long> <default>false</default> </option> - </screen> + </options> </plugin> </compiz> |