diff options
author | Anders Carlsson <andersca@gnu.org> | 2002-02-07 03:38:54 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2002-02-07 03:38:54 +0000 |
commit | 7279f2a9cd7c33f911ef107e8a21575e97ab4779 (patch) | |
tree | b5ea20eb9ba554879277bd0acf77f997f389c029 /src/themes/Crux | |
parent | 84c3050a7cb24c672c58bdbdf586c88f163dcd71 (diff) | |
download | metacity-7279f2a9cd7c33f911ef107e8a21575e97ab4779.tar.gz metacity-7279f2a9cd7c33f911ef107e8a21575e97ab4779.tar.bz2 |
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.
Diffstat (limited to 'src/themes/Crux')
-rw-r--r-- | src/themes/Crux/metacity-theme-1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/themes/Crux/metacity-theme-1.xml b/src/themes/Crux/metacity-theme-1.xml index b394b61..d83d0a8 100644 --- a/src/themes/Crux/metacity-theme-1.xml +++ b/src/themes/Crux/metacity-theme-1.xml @@ -396,8 +396,12 @@ <frame_style_set name="normal"> <frame focus="yes" state="shaded" style="focused_shaded"/> <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="shaded" style="normal_shaded"/> +<frame focus="no" state="maximized" style="normal"/> +<frame focus="no" state="maximized_and_shaded" style="normal_shaded"/> </frame_style_set> <window type="normal" style_set="normal"/> |