summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@src.gnome.org>2004-09-15 16:43:31 +0000
committerElijah Newren <newren@src.gnome.org>2004-09-15 16:43:31 +0000
commitb8b647e34683a0da10550c83e06edaedf01345f6 (patch)
treea86edd05be4e243d7151974b85564bf28ec9034c
parent101a097f029f2c6e88106f7ff9d91f52cc9069f7 (diff)
downloadmetacity-b8b647e34683a0da10550c83e06edaedf01345f6.tar.gz
Save the ChangeLog before committing this time. Grrrr....
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0baf282c..2a15c1c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,15 @@
Prevent focus inconsistencies by only providing one focus method
(fixes #151990)
- *
+ * src/screen.c (meta_screen_show_desktop): remove call to
+ meta_workspace_focus_top_window (it was merely focusing a window
+ that was going to be hidden anyway, and likely the one that
+ already had focus)
+ * src/workspace.[hc]: remove meta_workspace_focus_mru_window and
+ meta_workspace_focus_top_window from workspace.h, make them static
+ functions in workspace.c
+
2004-09-15 Elijah Newren <newren@math.utah.edu>
Remove race condition for focus window choice on window close