]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
halfway through client changes but...
[chaz/openbox] / data / rc.xsd
index 9124c924d983d84278a13613fb4b7a3e417ce90a..40f37f18775cf3c88e7390d7743c17a6a4fd5fe6 100644 (file)
             <xs:element name="floatingY" type="xs:integer"/>
             <xs:element name="autoHide" type="ob:yesorno"/>
             <xs:element name="hideDelay" type="xs:integer"/>
+            <xs:element name="moveButton" type="ob:button"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="action">
             <xs:element minOccurs="0" name="desktop" type="xs:integer"/>
             <xs:element minOccurs="0" name="follow" type="ob:yesorno"/>
             <xs:element minOccurs="0" name="execute" type="xs:string"/>
+            <xs:element minOccurs="0" name="dialog" type="ob:yesorno"/>
         </xs:sequence>
         <xs:attribute name="name" type="ob:actionname" use="required"/>
     </xs:complexType>
             <xs:enumeration value="Iconify"/>
             <xs:enumeration value="Icon"/>
             <xs:enumeration value="Close"/>
+            <xs:enumeration value="MoveResize"/>
         </xs:restriction>
     </xs:simpleType>
     <xs:simpleType name="button">
This page took 0.020266 seconds and 4 git commands to generate.