diff options
author | Rob Adams <readams@readams.net> | 2004-03-02 02:28:21 +0000 |
---|---|---|
committer | Rob Adams <readams@src.gnome.org> | 2004-03-02 02:28:21 +0000 |
commit | f3cc59c78a5f83ef57bdc53426224a7e8a97c38e (patch) | |
tree | c1ac8721c86df845b0aea1077652ab40a558714a /ChangeLog | |
parent | 56609cbb398b84868ea55004a05c8235f4c8deca (diff) | |
download | metacity-f3cc59c78a5f83ef57bdc53426224a7e8a97c38e.tar.gz |
don't promote due to transiency; we handle that elsewhere now.
2004-03-01 Rob Adams <readams@readams.net>
* src/stack.c (compute_layer): don't promote due to transiency; we
handle that elsewhere now.
(ensure_above): perform layer promotion here as well as stack
position promotion. Note that this means that we need to do stack
constraints now on layer change now.
(get_maximum_layer_of_ancestor): remove function
(max_layer_func): remove function
(MaxLayerData): remove struct
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-03-01 Rob Adams <readams@readams.net> + + * src/stack.c (compute_layer): don't promote due to transiency; we + handle that elsewhere now. + (ensure_above): perform layer promotion here as well as stack + position promotion. Note that this means that we need to do stack + constraints now on layer change now. + (get_maximum_layer_of_ancestor): remove function + (max_layer_func): remove function + (MaxLayerData): remove struct + 2004-02-28 Rob Adams <readams@readams.net> Revert 2/27 patch for layer promotion. |