summaryrefslogtreecommitdiff
path: root/data/rc.xsd
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-03-25 20:17:45 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-03-25 20:17:45 +0000
commit498ae4cc20b15c6c264a3fd7458ec2cd8777eb79 (patch)
treef419e11852e0dcfd27d8fb3746c54e88ed7f8f2a /data/rc.xsd
parent3cc75f71a2123fe3659a52257a144ffb1444c850 (diff)
add noStrut option to dock and fix up rc.xsd, some options were in the wrong section due to hideDelay being in both dock and menu
Diffstat (limited to 'data/rc.xsd')
-rw-r--r--data/rc.xsd4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 7d8119e2..7cdc5900 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -132,8 +132,8 @@
<xs:element name="floatingY" type="xs:integer"/>
<xs:element name="autoHide" type="ob:yesorno"/>
<xs:element name="hideDelay" type="xs:integer"/>
- <xs:element name="disktopMenuIcons" type="ob:yesorno"/>
<xs:element name="moveButton" type="ob:button"/>
+ <xs:element name="noStrut" type="ob:yesorno"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="action">
@@ -184,6 +184,8 @@
<xs:element maxOccurs="unbounded" name="file" type="xs:string"/>
<xs:element name="warpPointer" type="ob:yesorno"/>
<xs:element name="xorStyle" type="ob:yesorno"/>
+ <xs:element name="hideDelay" type="xs:integer"/>
+ <xs:element name="desktopMenuIcons" type="ob:yesorno"/>
</xs:sequence>
</xs:complexType>
<!--