if window is not mapped after the calc_showing, don't focus it, it's

2002-05-10  Havoc Pennington  <hp@pobox.com>

	* src/window.c (meta_window_focus): if window is not mapped after
	the calc_showing, don't focus it, it's probably on another
	workspace or something.
This commit is contained in:
Havoc Pennington 2002-05-11 02:25:11 +00:00 committed by Havoc Pennington
parent 6fe940afc7
commit 052a794427
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-05-10 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_focus): if window is not mapped after
the calc_showing, don't focus it, it's probably on another
workspace or something.
2002-05-09 Havoc Pennington <hp@redhat.com>
* src/frames.c (show_tip_now): DefaultScreen() returns the screen

View File

@ -2663,6 +2663,14 @@ meta_window_focus (MetaWindow *window,
}
meta_window_flush_calc_showing (window);
if (!window->mapped && !window->shaded)
{
meta_topic (META_DEBUG_FOCUS,
"Window %s is not showing, not focusing after all\n",
window->desc);
return;
}
/* For output-only or shaded windows, focus the frame.
* This seems to result in the client window getting key events