summaryrefslogtreecommitdiff
path: root/data/rc.xsd
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-27 11:31:23 -0500
committerDana Jansens <danakj@orodu.net>2008-01-27 11:31:23 -0500
commitdd740b5562806a6b4692c938ad0e903ad89b6193 (patch)
tree5887b7b312cadbfac3dd02676ffa54cc04a02482 /data/rc.xsd
parentd409936faae594df7854b5b42ff707315ca33086 (diff)
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
Diffstat (limited to 'data/rc.xsd')
-rw-r--r--data/rc.xsd9
1 files changed, 8 insertions, 1 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 0544cfd4..bd4c0cb6 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -54,7 +54,7 @@
</xsd:annotation>
<xsd:element name="policy" type="ob:placementpolicy"/>
<xsd:element name="center" type="ob:bool"/>
- <xsd:element name="active" type="ob:bool"/>
+ <xsd:element name="placeOn" type="ob:placementmonitor"/>
</xsd:complexType>
<xsd:complexType name="margins">
<xsd:annotation>
@@ -402,6 +402,13 @@
<xsd:enumeration value="UnderMouse"/>
</xsd:restriction>
</xsd:simpleType>
+ <xsd:simpleType name="placementmonitor">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="Any"/>
+ <xsd:enumeration value="Mouse"/>
+ <xsd:enumeration value="Active"/>
+ </xsd:restriction>
+ </xsd:simpleType>
<xsd:simpleType name="popupposition">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Top"/>