diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-04 18:49:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-04 18:49:16 +0000 |
| commit | 191a0bc07568aca3b85e4b4789b7dc4d3733742f (patch) | |
| tree | 8323afab215df1dcdba486e54381144ecb16ecfe /data/rc.xsd | |
| parent | 7744067b6b50124c31f647e2943ef1fce9fdec96 (diff) | |
i moved the font shadow stuff back into the theme, so move them out of the font configuration stuff
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 10 |
1 files changed, 2 insertions, 8 deletions
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> |
