From 3d1d70b727e8826f44bbb5759e7e8e6d7a6206c9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 6 Jan 2002 03:15:49 +0000 Subject: GTK 1.2 plug/socket clients still broken, don't know why. 2002-01-05 Havoc Pennington 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 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fc5a10..df35791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2002-01-05 Havoc Pennington + + 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 * src/display.c (event_callback): don't lower docks when a grab -- cgit v1.1