all repos — openbox @ 4949c52de0c8c2c0ca2648bf5b90ff1f73648a39

openbox fork - make it a bit more like ryudo

update hideTimeout to hideDelay
Dana Jansens danakj@orodu.net
commit

4949c52de0c8c2c0ca2648bf5b90ff1f73648a39

parent

ff398ce922ab20b0579efc5f1f835e39dafcc95b

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M data/rc.xsddata/rc.xsd

@@ -24,6 +24,8 @@ use openbox.org for namespace

Mon Sep 22 02:34:53 EDT 2003 - xor(a)orodu.net add the focusLast and raiseOnFocus options fix some capitalization + Mon Sep 22 14:08:16 EDT 2003 - xor(a)orodu.net + update hideTimeout to hideDelay --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://openbox.org/"

@@ -105,7 +107,7 @@ <xs:element name="direction" type="ob:direction"/>

<xs:element name="floatingX" type="xs:integer"/> <xs:element name="floatingY" type="xs:integer"/> <xs:element name="autoHide" type="ob:yesorno"/> - <xs:element name="hideTimeout" type="xs:integer"/> + <xs:element name="hideDelay" type="xs:integer"/> </xs:sequence> </xs:complexType> <xs:complexType name="action">