summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElijah Newren <newren@math.utah.edu>2004-10-04 20:39:21 +0000
committerElijah Newren <newren@src.gnome.org>2004-10-04 20:39:21 +0000
commit546fe7b5b301138af8e2fc252666c0545c933f38 (patch)
tree25f194924dce4e82815a4d791b1a2be87f6803bc /ChangeLog
parent16b9aff47caeb5a346ce722d21c52cbde0b46458 (diff)
downloadmetacity-546fe7b5b301138af8e2fc252666c0545c933f38.tar.gz
When no window becomes focused, focus the default window instead of
2004-10-04 Elijah Newren <newren@math.utah.edu> * src/display.c (event_callback): When no window becomes focused, focus the default window instead of punting to the no_focus_window. Also, change the warning to a verbose message--this will happen frequently due to brain-damage in the X protocol. (see #125492)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8db6a9d..4666cba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-10-04 Elijah Newren <newren@math.utah.edu>
+ * src/display.c (event_callback): When no window becomes focused,
+ focus the default window instead of punting to the
+ no_focus_window. Also, change the warning to a verbose
+ message--this will happen frequently due to brain-damage in the X
+ protocol. (see #125492)
+
+2004-10-04 Elijah Newren <newren@math.utah.edu>
+
Fix a variety of focus race conditions in all focus modes, or at
least make them harder to trigger (fixes #152000)