diff options
author | Havoc Pennington <hp@pobox.com> | 2001-10-30 02:00:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-10-30 02:00:53 +0000 |
commit | ff5315d5514e41ffb33c348656f2c806838a6bbc (patch) | |
tree | 472f34f751bac3ea6ee75a00083af44f4e6daab3 /ChangeLog | |
parent | 4395fd581ab49f7fc61df0aaf44b53a23cd0bf7d (diff) | |
download | metacity-ff5315d5514e41ffb33c348656f2c806838a6bbc.tar.gz metacity-ff5315d5514e41ffb33c348656f2c806838a6bbc.tar.bz2 |
handle queue/unqueue of calc showings as we are iterating over the pending
2001-10-29 Havoc Pennington <hp@pobox.com>
* src/window.c (idle_calc_showing): handle queue/unqueue of
calc showings as we are iterating over the pending list
(meta_window_show): focus placed transients in here instead
of in meta_window_place - now it should actually work, yay
* src/place.c (meta_window_place): remove focusing of transient
child from here; this was really broken
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-10-29 Havoc Pennington <hp@pobox.com> + + * src/window.c (idle_calc_showing): handle queue/unqueue of + calc showings as we are iterating over the pending list + (meta_window_show): focus placed transients in here instead + of in meta_window_place - now it should actually work, yay + + * src/place.c (meta_window_place): remove focusing of transient + child from here; this was really broken + 2001-10-29 Yuriy Syrota <rasta@renome.rovno.ua> * configure.in: Added "uk" to ALL_LINGUAS. |