diff options
author | Havoc Pennington <hp@pobox.com> | 2002-01-06 03:15:49 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-06 03:15:49 +0000 |
commit | 3d1d70b727e8826f44bbb5759e7e8e6d7a6206c9 (patch) | |
tree | f6e33d2fe12cc40e1418f9cf6565713d6f92b748 /ChangeLog | |
parent | 029004f2893141f225e60631315c340de0ad7bc1 (diff) | |
download | metacity-3d1d70b727e8826f44bbb5759e7e8e6d7a6206c9.tar.gz metacity-3d1d70b727e8826f44bbb5759e7e8e6d7a6206c9.tar.bz2 |
GTK 1.2 plug/socket clients still broken, don't know why.
2002-01-05 Havoc Pennington <hp@pobox.com>
GTK 1.2 plug/socket clients still broken, don't know why.
* src/screen.c (meta_screen_new): select focus change on root
window, for debugging
* src/display.c (event_callback): when unfocusing, use
no_focus_window to hold the focus
* src/display.h (struct _MetaDisplay): have a no_focus_window to
hold the focus when we don't want to have anything focused.
Then we can avoid confusing focusing-the-frame stuff.
* src/window.c (meta_window_notify_focus): improve some debug spew
(meta_window_notify_focus): add hack from WindowMaker to ignore
focus in events with detail > NotifyNonlinearVirtual
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2002-01-05 Havoc Pennington <hp@pobox.com> + + GTK 1.2 plug/socket clients still broken, don't know why. + + * src/screen.c (meta_screen_new): select focus change on root + window, for debugging + + * src/display.c (event_callback): when unfocusing, use + no_focus_window to hold the focus + + * src/display.h (struct _MetaDisplay): have a no_focus_window to + hold the focus when we don't want to have anything focused. + Then we can avoid confusing focusing-the-frame stuff. + + * src/window.c (meta_window_notify_focus): improve some debug spew + (meta_window_notify_focus): add hack from WindowMaker to ignore + focus in events with detail > NotifyNonlinearVirtual + 2002-01-04 Havoc Pennington <hp@pobox.com> * src/display.c (event_callback): don't lower docks when a grab |