[mutter] Allow applications to raise windows when raise_on_click is off



commit cbac2e7bbbcbdcff4fffaf14789d06f0e0bb72c1
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Nov 17 17:24:53 2009 -0500

    Allow applications to raise windows when raise_on_click is off
    
    Whether Metacity honors a raise request from an application should
    not be affected by the raise_on_click setting; remove a check that
    seems to have been added in error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=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 cf813e8..4e74595 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -5178,8 +5178,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]