]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
Merge branch 'backport'
[chaz/openbox] / data / rc.xsd
index ef610bfa1e3554dd05afe02f17ea738d48cd786e..0544cfd4fa199772e9d056c0a790184b40775a54 100644 (file)
         <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"/>
This page took 0.019843 seconds and 4 git commands to generate.