diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/metacity-theme.dtd | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-12-19 Ross Burton <ross@burtonini.com> + + * doc/metacity-theme.dtd: Fix a typo and loosen the requirements + for the resize element. + 2002-12-19 Havoc Pennington <hp@pobox.com> * Reverted visual bell patch, #99886 diff --git a/doc/metacity-theme.dtd b/doc/metacity-theme.dtd index 4c52a1a..a84a43e 100644 --- a/doc/metacity-theme.dtd +++ b/doc/metacity-theme.dtd @@ -70,7 +70,7 @@ <!ATTLIST frame focus (yes|no) #REQUIRED state (normal|maximized|shaded|maximized_and_shaded) #REQUIRED - resize (both|horizontal|vertical|none) #REQUIRED + resize (both|horizontal|vertical|none) #IMPLIED style CDATA #REQUIRED > @@ -153,7 +153,7 @@ filled %boolean; 'false' > -<!ELEMENT arc EMTPY> +<!ELEMENT arc EMPTY> <!ATTLIST arc color CDATA #REQUIRED %xyrequired; |