diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml.in | 1 | ||||
| -rw-r--r-- | data/rc.xsd | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index b07a8cdc..62ded70c 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -44,6 +44,7 @@ <resize> <drawContents>yes</drawContents> + <fourCorners>no</fourCorners> </resize> <dock> diff --git a/data/rc.xsd b/data/rc.xsd index b5b40f2d..521fe0c2 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -31,6 +31,8 @@ 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. + Thu Nov 4 12:07:08 UTC 2004 - mikachu(a)openbox.org + Add fourCorners to resize context. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://openbox.org/" @@ -114,6 +116,7 @@ <xs:complexType name="resize"> <xs:sequence> <xs:element name="drawContents" type="ob:yesorno"/> + <xs:element name="fourCorners" type="ob:yesorno"/> <xs:element name="popupShow" type="ob:popupshow"/> <xs:element name="popupPosition" type="ob:popupposition"/> </xs:sequence> |
