diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-06-07 23:46:28 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-06-07 23:46:28 +0000 |
| commit | 96bb892054bb9801fd2b5b7959ee2cec27c075ea (patch) | |
| tree | 50a26f877f8d6ca99f5c1371a35c8b85e2d9fa05 /data/rc.xsd | |
| parent | 268c13867de4d2524aba020a27487d3092b10cfe (diff) | |
back xml themes out of trunk
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index 3b7097ac..e256e448 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -3,8 +3,8 @@ <!-- XML Schema for the Openbox window manager configuration file --> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://openbox.org/4.0/rc" - xmlns:ob="http://openbox.org/4.0/rc" + targetNamespace="http://openbox.org/3.4/rc" + xmlns:ob="http://openbox.org/3.4/rc" elementFormDefault="qualified"> <!-- root node @@ -350,9 +350,10 @@ <xsd:enumeration value="BLCorner"/> <xsd:enumeration value="BRCorner"/> <xsd:enumeration value="Top"/> - <xsd:enumeration value="Bottom"/> <xsd:enumeration value="Left"/> <xsd:enumeration value="Right"/> + <xsd:enumeration value="Bottom"/> + <xsd:enumeration value="Handle"/> <xsd:enumeration value="Maximize"/> <xsd:enumeration value="AllDesktops"/> <xsd:enumeration value="Shade"/> |
