]> Dogcows Code - chaz/openbox/blobdiff - data/themerc.xsd
a whole lot of changes to the moving/resizing code. it was broken for non-northwest...
[chaz/openbox] / data / themerc.xsd
index 7b9573d93ce85e39528ca38b30411696f6c0b906..a122c3a44917a14bda2fded8948d50402b47a083 100755 (executable)
     </xs:annotation>
   </xs:element>
 
-  <xs:complexType name="padding">
-    <xs:attribute name="horizontal" type="xs:integer"/>
-    <xs:attribute name="vertical" type="xs:integer"/>
-  </xs:complexType>
-
   <xs:complexType name="color">
     <xs:attribute name="r" type="xs:integer"/>
     <xs:attribute name="g" type="xs:integer"/>
       <xs:element name="pressed" type="obt:buttonarea" minOccurs="0"/>
       <xs:element name="hover" type="obt:buttonarea" minOccurs="0"/>
       <xs:element name="disabled" type="obt:buttonarea" minOccurs="0"/>
-      <xs:element name="toggled" type="obt:buttonarea" minOccurs="0"/>
+      <xs:element name="toggled-unpressed" type="obt:buttonarea" minOccurs="0"/>
+      <xs:element name="toggled-pressed" type="obt:buttonarea" minOccurs="0"/>
+      <xs:element name="toggled-hover" type="obt:buttonarea" minOccurs="0"/>
     </xs:all>
   </xs:complexType>
 
 
   <xs:complexType name="allwindows">
     <xs:all>
-      <xs:element name="clientpadding" type="obt:padding" minOccurs="0"/>
+      <xs:element name="clientpadding" type="obt:point" minOccurs="0"/>
       <xs:element name="justify" type="obt:justify" minOccurs="0"/>
       <xs:element name="border" type="obt:border" minOccurs="0"/>
       <xs:element name="inactive" type="obt:window" minOccurs="0"/>
 
   <xs:complexType name="themeDimensions">
     <xs:all>
-      <xs:element name="padding" type="obt:padding" minOccurs="0"/>
+      <xs:element name="padding" type="obt:point" minOccurs="0"/>
       <xs:element name="handle" type="xs:integer" minOccurs="0"/>
     </xs:all>
   </xs:complexType>
This page took 0.021318 seconds and 4 git commands to generate.