]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
i moved the font shadow stuff back into the theme, so move them out of the font confi...
[chaz/openbox] / data / rc.xsd
index b841512f71897e90343e0ec0494b1a60dbad1e7d..1ca631fcb087b4755a24fc9f95cd878d559ac332 100644 (file)
          hack code for great justice
      Tue Oct 31 03:30:26 UTC 2006 - mikachu(a)openbox.org
          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
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
             <xs:element minOccurs="0" name="titleNumber" type="ob:bool"/>
             <xs:element minOccurs="0" name="keepBorder" type="ob:bool"/>
             <xs:element minOccurs="0" name="hideDisabled" type="ob:bool"/>
+            <xs:element minOccurs="0" name="font" type="ob:font"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="font">
+        <xs:sequence>
+            <xs:element minOccurs="0" name="name" type="xs:string"/>
+            <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:sequence>
     </xs:complexType>
     <xs:complexType name="desktops">
             <xs:enumeration value="off"/>
         </xs:restriction>
     </xs:simpleType>
+    <xs:simpleType name="fontweight">
+        <xs:restriction base="xs:string">
+            <xs:enumeration value="normal"/>
+            <xs:enumeration value="bold"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="fontslant">
+        <xs:restriction base="xs:string">
+            <xs:enumeration value="normal"/>
+            <xs:enumeration value="italic"/>
+            <xs:enumeration value="opaque"/>
+        </xs:restriction>
+    </xs:simpleType>
     <xs:simpleType name="button">
         <xs:restriction base="xs:string">
             <xs:enumeration value="Left"/>
This page took 0.025702 seconds and 4 git commands to generate.