]> Dogcows Code - chaz/openbox/commitdiff
remove fourCorners from data/ as well
authorMikael Magnusson <mikachu@comhem.se>
Tue, 24 Apr 2007 18:43:52 +0000 (18:43 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 24 Apr 2007 18:43:52 +0000 (18:43 +0000)
data/rc.xml.in
data/rc.xsd

index b2c22d4de6ecc4978305fd7a23260bf869fccb19..a113fbc55f7130515c57b642d4ffe45e5da798cd 100644 (file)
@@ -82,7 +82,6 @@
 
 <resize>
   <drawContents>yes</drawContents>
-  <fourCorners>no</fourCorners>
   <popupShow>Nonpixel</popupShow>
   <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
   <popupPosition>Center</popupPosition>
index 20edc16096253ef213bc39c0896d5ab347df8e3e..db3069afa1391801f05e44b60dab02756d1fb958 100644 (file)
@@ -45,6 +45,8 @@
          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: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>
This page took 0.025512 seconds and 4 git commands to generate.