From b8b647e34683a0da10550c83e06edaedf01345f6 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Wed, 15 Sep 2004 16:43:31 +0000 Subject: [PATCH] Save the ChangeLog before committing this time. Grrrr.... --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0baf282c4..2a15c1c23 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 Remove race condition for focus window choice on window close