diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 08:22:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 08:22:49 +0000 |
| commit | 4e8eff328cf9f99f833ce01997621d3817074ab1 (patch) | |
| tree | 8017d8955768acf37dbfd9a3df246f0344354cef /data/rc.xsd | |
| parent | 71030a2bd24224a797b41683ccf5292df9f0142a (diff) | |
add <dialog><focus/><desktop/> to allow disabling popups
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index 16704600..239a9555 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -46,6 +46,7 @@ <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"/> @@ -111,6 +112,12 @@ <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"/> |
