remove fourCorners from data/ as well
This commit is contained in:
parent
9e6aa531d0
commit
0f43a68405
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,6 @@
|
||||||
|
|
||||||
<resize>
|
<resize>
|
||||||
<drawContents>yes</drawContents>
|
<drawContents>yes</drawContents>
|
||||||
<fourCorners>no</fourCorners>
|
|
||||||
<popupShow>Nonpixel</popupShow>
|
<popupShow>Nonpixel</popupShow>
|
||||||
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
<popupPosition>Center</popupPosition>
|
<popupPosition>Center</popupPosition>
|
||||||
|
|
|
@ -45,6 +45,8 @@
|
||||||
Add font section to theme section
|
Add font section to theme section
|
||||||
Sun Mar 4 13:49:37 EST 2007 - danakj(a)orodu.net
|
Sun Mar 4 13:49:37 EST 2007 - danakj(a)orodu.net
|
||||||
Removing font shadows - they are going back into the themerc
|
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"
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
targetNamespace="http://openbox.org/"
|
targetNamespace="http://openbox.org/"
|
||||||
|
@ -143,7 +145,6 @@
|
||||||
<xs:complexType name="resize">
|
<xs:complexType name="resize">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element minOccurs="0" name="drawContents" type="ob:bool"/>
|
<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="popupShow" type="ob:popupshow"/>
|
||||||
<xs:element minOccurs="0" name="popupPosition" type="ob:popupposition"/>
|
<xs:element minOccurs="0" name="popupPosition" type="ob:popupposition"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
|
|
Loading…
Reference in a new issue