summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml.in1
-rw-r--r--data/rc.xsd4
2 files changed, 5 insertions, 0 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index 58c6b42d..b07a8cdc 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -54,6 +54,7 @@
<floatingY>0</floatingY>
<autoHide>no</autoHide>
<hideDelay>300</hideDelay>
+ <desktopMenuIcons>yes</desktopMenuIcons>
<moveButton>A-Left</moveButton>
</dock>
diff --git a/data/rc.xsd b/data/rc.xsd
index 9f992ed7..b5b40f2d 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -28,6 +28,9 @@
update hideTimeout to hideDelay
Thu Apr 22 12:33:11 UTC 2004 - mikachu(a)openbox.org
add diffs between 3.1 and 3.2
+ Sun Oct 31 10:08:34 UTC 2004 - mikachu(a)openbox.org
+ we haven't remembered to update this changelog in a while,
+ adding desktopMenuIcons.
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openbox.org/"
@@ -124,6 +127,7 @@
<xs:element name="floatingY" type="xs:integer"/>
<xs:element name="autoHide" type="ob:yesorno"/>
<xs:element name="hideDelay" type="xs:integer"/>
+ <xs:element name="disktopMenuIcons" type="ob:yesorno"/>
<xs:element name="moveButton" type="ob:button"/>
</xs:sequence>
</xs:complexType>