diff options
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index adafc5f4..0544cfd4 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -54,6 +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:complexType> <xsd:complexType name="margins"> <xsd:annotation> @@ -95,6 +96,11 @@ <xsd:element minOccurs="0" name="drawContents" type="ob:bool"/> <xsd:element minOccurs="0" name="popupShow" type="ob:popupshow"/> <xsd:element minOccurs="0" name="popupPosition" type="ob:popupposition"/> + <xsd:element minOccurs="0" name="popupPosition" type="ob:popupfixedposition"/> + </xsd:complexType> + <xsd:complexType name="popupfixedposition"> + <xsd:element minOccurs="0" name="x" type="ob:center_or_int"/> + <xsd:element minOccurs="0" name="y" type="ob:center_or_int"/> </xsd:complexType> <xsd:complexType name="dock"> <xsd:element minOccurs="0" name="position" type="ob:dock_position"/> |
