summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rc.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 521fe0c2..8acc9b4a 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -33,6 +33,8 @@
adding desktopMenuIcons.
Thu Nov 4 12:07:08 UTC 2004 - mikachu(a)openbox.org
Add fourCorners to resize context.
+ Sat Feb 12 01:57:16 UTC 2005 - mikachu(a)openbox.org
+ Add the group option to raise/lower stuff.
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openbox.org/"
@@ -140,6 +142,7 @@
<xs:element minOccurs="0" name="desktop" type="xs:integer"/>
<xs:element minOccurs="0" name="follow" type="ob:yesorno"/>
<xs:element minOccurs="0" name="execute" type="xs:string"/>
+ <xs:element minOccurs="0" name="group" type="ob:yesorno"/>
<xs:element minOccurs="0" name="dialog" type="ob:yesorno"/>
</xs:sequence>
<xs:attribute name="name" type="ob:actionname" use="required"/>