summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-04-24 18:43:52 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-04-24 18:43:52 +0000
commit0f43a6840550600569ba4fb12cdeeccfa4fd3c1a (patch)
tree44e33ff3d9f42b9b04ebddd19e58e4fd385ab22d
parent9e6aa531d0cc0d9a7000c9856c6a8a159f1d8248 (diff)
remove fourCorners from data/ as well
-rw-r--r--data/rc.xml.in1
-rw-r--r--data/rc.xsd3
2 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index b2c22d4d..a113fbc5 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -82,7 +82,6 @@
<resize>
<drawContents>yes</drawContents>
- <fourCorners>no</fourCorners>
<popupShow>Nonpixel</popupShow>
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
<popupPosition>Center</popupPosition>
diff --git a/data/rc.xsd b/data/rc.xsd
index 20edc160..db3069af 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -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/"
@@ -143,7 +145,6 @@
<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>