summaryrefslogtreecommitdiff
path: root/data/rc.xsd
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-27 17:59:24 +0000
committerDana Jansens <danakj@orodu.net>2003-09-27 17:59:24 +0000
commit0919413fcaaf9b69f43a00d197246909eabbf264 (patch)
treedebf17ca5b57cb3a1bf69d27b922963f1e03563f /data/rc.xsd
parente30ae5696f06b11a09355abae2e4eccf51292a88 (diff)
remove the dialog option section
Diffstat (limited to 'data/rc.xsd')
-rw-r--r--data/rc.xsd7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 239a9555..16704600 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -46,7 +46,6 @@
<xs:element name="desktops" type="ob:desktops"/>
<xs:element name="resize" type="ob:resize"/>
<xs:element name="dock" type="ob:dock"/>
- <xs:element name="dialog" type="ob:dialog"/>
<xs:element name="keyboard" type="ob:keyboard"/>
<xs:element name="mouse" type="ob:mouse"/>
<xs:element name="menu" type="ob:menu"/>
@@ -112,12 +111,6 @@
<xs:element name="moveButton" type="ob:button"/>
</xs:sequence>
</xs:complexType>
- <xs:complexType name="dialog">
- <xs:sequence>
- <xs:element name="focus" type="ob:yesorno"/>
- <xs:element name="desktop" type="ob:yesorno"/>
- </xs:sequence>
- </xs:complexType>
<xs:complexType name="action">
<xs:sequence>
<xs:element minOccurs="0" name="menu" type="xs:string"/>