diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-10-15 11:47:32 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2011-01-24 14:19:22 -0500 |
| commit | a8dbf2e74ea967158db754e383a88c84c331f97c (patch) | |
| tree | 8f04813b31b87d1fe0b85e032205e78c39d028eb | |
| parent | 74f7f35b59ce395c17fa823660a480dd94c6077c (diff) | |
add primary monitor stuff to rc.xsd
| -rw-r--r-- | data/rc.xsd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index 3a1d654a..03a38e5b 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -72,6 +72,7 @@ <xsd:element minOccurs="0" name="policy" type="ob:placementpolicy"/> <xsd:element minOccurs="0" name="center" type="ob:bool"/> <xsd:element minOccurs="0" name="monitor" type="ob:placementmonitor"/> + <xsd:element minOccurs="0" name="monitor" type="ob:primarymonitor"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="margins"> @@ -517,6 +518,14 @@ <xsd:enumeration value="Any"/> <xsd:enumeration value="Mouse"/> <xsd:enumeration value="Active"/> + <xsd:enumeration value="Primary"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:simpleType name="primarymonitor"> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="Mouse"/> + <xsd:enumeration value="Active"/> + <xsd:enumeration value="[0-9][0-9][0-9][0-9][0-9]"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="popupposition"> |
