mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
84c3050a7c
commit
7279f2a9cd
@ -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
|
||||||
|
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user