summaryrefslogtreecommitdiffstats
path: root/Allow-applications-to-raise-windows-when-raise_on_cl.patch
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-03-01 10:25:55 -0500
committerColin Walters <walters@verbum.org>2011-03-01 10:25:55 -0500
commitff7a1082ffb9c2072c9f8676d29b964cd7118995 (patch)
tree78fdca5f621a6e26098c91cb738cd583d0b213b9 /Allow-applications-to-raise-windows-when-raise_on_cl.patch
parent80b62641a1fc3664ca2d3eedc60bfc7730485816 (diff)
downloadmetacity-ff7a1082ffb9c2072c9f8676d29b964cd7118995.tar.gz
metacity-ff7a1082ffb9c2072c9f8676d29b964cd7118995.tar.xz
metacity-ff7a1082ffb9c2072c9f8676d29b964cd7118995.zip
Upstream git snapshot
Includes Alt-` binding which we really want for gnome-shell Drop upstreamed patches Switch to my auto-autogen snippet which automatically invokes configure, so we can build from a pure git archive Instead of using autoreconf, just rm -f configure and let autogen do the work
Diffstat (limited to 'Allow-applications-to-raise-windows-when-raise_on_cl.patch')
-rw-r--r--Allow-applications-to-raise-windows-when-raise_on_cl.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/Allow-applications-to-raise-windows-when-raise_on_cl.patch b/Allow-applications-to-raise-windows-when-raise_on_cl.patch
deleted file mode 100644
index 20d8dfa..0000000
--- a/Allow-applications-to-raise-windows-when-raise_on_cl.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 55d4c4cc9455f348b5bc455675004a0e035ea31d Mon Sep 17 00:00:00 2001
-From: Owen W. Taylor <otaylor@fishsoup.net>
-Date: Tue, 17 Nov 2009 17:24:53 -0500
-Subject: [PATCH] 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 b481ccf..db59de1 100644
---- a/src/core/window.c
-+++ b/src/core/window.c
-@@ -4716,8 +4716,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 "
---
-1.6.5.2
-