]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
add focusLast and raiseOnFocus
[chaz/openbox] / data / rc.xsd
index 3d4db35d2a9c9f03ade46b4d58f1b2d49526515c..ea1fcf6980e6c9c5bae5a7d6f8146259c8ad4520 100644 (file)
@@ -21,6 +21,8 @@
          use a namespace
      Fri Sep 19 14:36:33 EDT 2003 - xor(a)orodu.net
          use openbox.org for namespace
+     Mon Sep 22 02:34:53 EDT 2003 - xor(a)orodu.net
+         add the focusLast and raiseOnFocus options
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
         </xs:annotation>
         <xs:sequence>
             <xs:element name="focusNew" type="ob:yesorno"/>
+            <xs:element name="focusLast" type="ob:yesorno"/>
             <xs:element name="followMouse" type="ob:yesorno"/>
             <xs:element name="focusDelay" type="xs:integer"/>
+            <xs:element name="raiseOnFocus" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="theme">
This page took 0.024731 seconds and 4 git commands to generate.