diff options
author | Havoc Pennington <hp@pobox.com> | 2002-01-04 22:18:10 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-04 22:18:10 +0000 |
commit | 60f48e44ff78327e316a632a6f349a1f6993bd09 (patch) | |
tree | 7ec68a0ba5a6b7997b317f63ce3fb54be908a77d /ChangeLog | |
parent | 501a60ab20f29bf7305a4655a707d14f2c8b232e (diff) | |
download | metacity-60f48e44ff78327e316a632a6f349a1f6993bd09.tar.gz metacity-60f48e44ff78327e316a632a6f349a1f6993bd09.tar.bz2 |
set event mask on root window to 0 so other window managers (such as
2002-01-04 Havoc Pennington <hp@pobox.com>
* src/screen.c (meta_screen_free): set event mask on root window
to 0 so other window managers (such as ourselves restarting) can
start up; addresses race condition on restart where the old WM
still had RedirectMask when the new WM was trying to start up.
* src/display.c (meta_display_close): free each screen
* src/window.c (meta_window_show): always focus new windows in
click-to-focus mode
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-01-04 Havoc Pennington <hp@pobox.com> + + * src/screen.c (meta_screen_free): set event mask on root window + to 0 so other window managers (such as ourselves restarting) can + start up; addresses race condition on restart where the old WM + still had RedirectMask when the new WM was trying to start up. + + * src/display.c (meta_display_close): free each screen + + * src/window.c (meta_window_show): always focus new windows in + click-to-focus mode + 2002-01-03 Havoc Pennington <hp@pobox.com> * src/window.c: use meta_XFree not XFree |