update hideTimeout to hideDelay
This commit is contained in:
parent
ff398ce922
commit
4949c52de0
1 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
||||||
Mon Sep 22 02:34:53 EDT 2003 - xor(a)orodu.net
|
Mon Sep 22 02:34:53 EDT 2003 - xor(a)orodu.net
|
||||||
add the focusLast and raiseOnFocus options
|
add the focusLast and raiseOnFocus options
|
||||||
fix some capitalization
|
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"
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
targetNamespace="http://openbox.org/"
|
targetNamespace="http://openbox.org/"
|
||||||
|
@ -105,7 +107,7 @@
|
||||||
<xs:element name="floatingX" type="xs:integer"/>
|
<xs:element name="floatingX" type="xs:integer"/>
|
||||||
<xs:element name="floatingY" type="xs:integer"/>
|
<xs:element name="floatingY" type="xs:integer"/>
|
||||||
<xs:element name="autoHide" type="ob:yesorno"/>
|
<xs:element name="autoHide" type="ob:yesorno"/>
|
||||||
<xs:element name="hideTimeout" type="xs:integer"/>
|
<xs:element name="hideDelay" type="xs:integer"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
<xs:complexType name="action">
|
<xs:complexType name="action">
|
||||||
|
|
Loading…
Reference in a new issue