Add maximized and shaded_and_maximized frame styles.

2002-02-07  Anders Carlsson  <andersca@gnu.org>

	* src/themes/Crux/metacity-theme-1.xml: Add maximized and
	shaded_and_maximized frame styles.
This commit is contained in:
Anders Carlsson 2002-02-07 03:38:54 +00:00 committed by Anders Carlsson
parent 84c3050a7c
commit 7279f2a9cd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-02-07 Anders Carlsson <andersca@gnu.org>
* src/themes/Crux/metacity-theme-1.xml: Add maximized and
shaded_and_maximized frame styles.
2002-02-06 Havoc Pennington <hp@pobox.com> 2002-02-06 Havoc Pennington <hp@pobox.com>
* src/main.c (prefs_changed_callback): redo window * src/main.c (prefs_changed_callback): redo window

View File

@ -396,8 +396,12 @@
<frame_style_set name="normal"> <frame_style_set name="normal">
<frame focus="yes" state="shaded" style="focused_shaded"/> <frame focus="yes" state="shaded" style="focused_shaded"/>
<frame focus="yes" state="normal" resize="both" style="focused"/> <frame focus="yes" state="normal" resize="both" style="focused"/>
<frame focus="yes" state="maximized" style="focused"/>
<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/>
<frame focus="no" state="normal" resize="both" style="normal"/> <frame focus="no" state="normal" resize="both" style="normal"/>
<frame focus="no" state="shaded" style="normal_shaded"/> <frame focus="no" state="shaded" style="normal_shaded"/>
<frame focus="no" state="maximized" style="normal"/>
<frame focus="no" state="maximized_and_shaded" style="normal_shaded"/>
</frame_style_set> </frame_style_set>
<window type="normal" style_set="normal"/> <window type="normal" style_set="normal"/>