]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
remove fourCorners from data/ as well
[chaz/openbox] / data / rc.xsd
index 7a3dba6144d700fb73b4472fe05b91a7937df7c5..db3069afa1391801f05e44b60dab02756d1fb958 100644 (file)
          Add movefromedge* actions
      Sun Mar  4 12:12:19 EST 2007 - danakj(a)orodu.net
          Add font section to theme section
+     Sun Mar  4 13:49:37 EST 2007 - danakj(a)orodu.net
+         Removing font shadows - they are going back into the themerc
+     Tue Apr 24 18:42:24 UTC 2007 - mikachu(a)openbox.org
+         Removed fourCorners option.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
             <xs:element minOccurs="0" name="size" type="xs:integer"/>
             <xs:element minOccurs="0" name="weight" type="ob:fontweight"/>
             <xs:element minOccurs="0" name="slant" type="ob:fontslant"/>
-            <xs:element minOccurs="0" name="shadow" type="ob:fontshadow"/>
         </xs:sequence>
     </xs:complexType>
-    <xs:complexType name="fontshadow">
-        <xs:sequence>
-            <xs:element minOccurs="0" name="offset" type="xs:integer"/>
-            <xs:element minOccurs="0" name="tint" type="xs:integer"/>
-        </xs:sequence>
-        <xs:attribute name="enabled" type="ob:bool" use="required"/>
-    </xs:complexType>
     <xs:complexType name="desktops">
         <xs:annotation>
             <xs:documentation>defines the number and names of desktops</xs:documentation>
     <xs:complexType name="resize">
         <xs:sequence>
             <xs:element minOccurs="0" name="drawContents" type="ob:bool"/>
-            <xs:element minOccurs="0" name="fourCorners" type="ob:bool"/>
             <xs:element minOccurs="0" name="popupShow" type="ob:popupshow"/>
             <xs:element minOccurs="0" name="popupPosition" type="ob:popupposition"/>
         </xs:sequence>
             <xs:element minOccurs="0" name="wrap" type="ob:bool"/>
             <xs:element minOccurs="0" name="follow" type="ob:bool"/>
             <xs:element minOccurs="0" name="dialog" type="ob:bool"/>
+            <xs:element minOccurs="0" name="panels" type="ob:bool"/>
             <xs:element minOccurs="0" name="here" type="ob:bool"/>
             <xs:element minOccurs="0" name="linear" type="ob:bool"/>
             <xs:element minOccurs="0" name="group" type="ob:bool"/>
This page took 0.025011 seconds and 4 git commands to generate.