[metacity] Allow applications to raise windows when raise_on_click is off. Closes #445447.
- From: Thomas James Alexander Thurman <tthurman src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] Allow applications to raise windows when raise_on_click is off. Closes #445447.
- Date: Sun, 23 Jan 2011 03:51:07 +0000 (UTC)
commit 50358a95cf7dacdb8c0c5f9ad596305298ed6f8a
Author: Owen Taylor <otaylor redhat com>
Date: Sat Jan 22 22:52:41 2011 -0500
Allow applications to raise windows when raise_on_click is off. Closes #445447.
src/core/window.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 0b027e3..c06bda8 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -4728,8 +4728,7 @@ meta_window_configure_request (MetaWindow *window,
{
MetaWindow *active_window;
active_window = window->display->expected_focus_window;
- if (meta_prefs_get_disable_workarounds () ||
- !meta_prefs_get_raise_on_click ())
+ if (meta_prefs_get_disable_workarounds ())
{
meta_topic (META_DEBUG_STACK,
"%s sent an xconfigure stacking request; this is "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]