diff options
author | Florian Müllner <[email protected]> | 2014-09-27 18:10:52 +0300 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2018-08-28 09:38:37 -0400 |
commit | ed5eff6a2bf4a0d0a70d526726116d02442fdbac (patch) | |
tree | e9dd7203559c279669055badb437f24f0b565129 /doc | |
parent | 997488f903cef76143e5b0f19a906cbb549d5761 (diff) | |
download | marco-ed5eff6a2bf4a0d0a70d526726116d02442fdbac.tar.bz2 marco-ed5eff6a2bf4a0d0a70d526726116d02442fdbac.tar.xz |
theme: Add tiled_left/tiled_right frame states
It may be desirable for theme authors to treat side-by-side tiled
windows differently, for instance to give the edge-touching border
a width of 0, so add additional frame states for tiled windows.
https://bugzilla.gnome.org/show_bug.cgi?id=637330
NOTE: Patch copied from mutter and adapted for metacity. This adds
only description in doc/theme-format.txt as all other changes has
been added already.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/theme-format.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/theme-format.txt b/doc/theme-format.txt index cec70290..79ef133f 100644 --- a/doc/theme-format.txt +++ b/doc/theme-format.txt @@ -28,6 +28,10 @@ New Features in Theme Format Version 3.3 Add two additional button background functions - left_single_background and right_single_background - for button groups with just a single button. +There are now additional frame states to style left/right tiled windows +differently ("tiled_left", "tiled_right", "tiled_left_and_shaded", +"tiled_right_and_shaded") + New Features in Theme Format Version 3.2 ======================================== |