summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml.in16
-rw-r--r--data/rc.xsd10
2 files changed, 2 insertions, 24 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index e7b4d509..b2b6be23 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -48,40 +48,24 @@
<size>7</size>
<weight>bold</weight>
<slant>normal</slant>
- <shadow enabled="yes">
- <offset>1</offset>
- <tint>30</tint>
- </shadow>
</font>
<font place="InactiveWindow">
<name>arial,sans</name>
<size>7</size>
<weight>bold</weight>
<slant>normal</slant>
- <shadow enabled="yes">
- <offset>1</offset>
- <tint>30</tint>
- </shadow>
</font>
<font place="MenuTitle">
<name>arial,sans</name>
<size>8</size>
<weight>bold</weight>
<slant>normal</slant>
- <shadow enabled="yes">
- <offset>1</offset>
- <tint>30</tint>
- </shadow>
</font>
<font place="MenuItem">
<name>arial,sans</name>
<size>8</size>
<weight>bold</weight>
<slant>normal</slant>
- <shadow enabled="yes">
- <offset>1</offset>
- <tint>30</tint>
- </shadow>
</font>
</theme>
diff --git a/data/rc.xsd b/data/rc.xsd
index 7a3dba61..1ca631fc 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -43,6 +43,8 @@
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/"
@@ -120,16 +122,8 @@
<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>