mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 09:16:10 -05:00
DTD fixes
This commit is contained in:
parent
5cf84e6702
commit
79d28b4709
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user