r43763 - in /desktop/unstable/metacity/debian: changelog patches/ patches/initialize_variables.patch patches/series

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Oct 25 14:57:03 UTC 2014


Author: mitya57-guest
Date: Sat Oct 25 14:57:03 2014
New Revision: 43763

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43763
Log:
Backport initialize_variables.patch from upstream to fix a bug
when Chromium was not showing in Alt-Tab list.

Added:
    desktop/unstable/metacity/debian/patches/
    desktop/unstable/metacity/debian/patches/initialize_variables.patch
    desktop/unstable/metacity/debian/patches/series
Modified:
    desktop/unstable/metacity/debian/changelog

Modified: desktop/unstable/metacity/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/changelog?rev=43763&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog	[utf-8] (original)
+++ desktop/unstable/metacity/debian/changelog	[utf-8] Sat Oct 25 14:57:03 2014
@@ -1,3 +1,10 @@
+metacity (1:3.14.1-2) UNRELEASED; urgency=medium
+
+  * Backport initialize_variables.patch from upstream to fix a bug
+    when Chromium was not showing in Alt-Tab list.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 25 Oct 2014 18:56:01 +0400
+
 metacity (1:3.14.1-1) unstable; urgency=medium
 
   * New upstream bugfix release.

Added: desktop/unstable/metacity/debian/patches/initialize_variables.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/patches/initialize_variables.patch?rev=43763&op=file
==============================================================================
--- desktop/unstable/metacity/debian/patches/initialize_variables.patch	(added)
+++ desktop/unstable/metacity/debian/patches/initialize_variables.patch	[utf-8] Sat Oct 25 14:57:03 2014
@@ -0,0 +1,15 @@
+Description: initialize take_focus and input variables properly
+Origin: upstream, https://git.gnome.org/browse/metacity/commit/?id=5b880ff3ea7ab224
+Last-Update: 2014-10-25
+
+--- a/src/core/window.c
++++ b/src/core/window.c
+@@ -494,6 +494,8 @@
+   window->initial_timestamp_set = FALSE;
+   window->net_wm_user_time_set = FALSE;
+   window->user_time_window = None;
++  window->take_focus = FALSE;
++  window->input = TRUE;
+   window->calc_placement = FALSE;
+   window->shaken_loose = FALSE;
+   window->have_focus_click_grab = FALSE;

Added: desktop/unstable/metacity/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/patches/series?rev=43763&op=file
==============================================================================
--- desktop/unstable/metacity/debian/patches/series	(added)
+++ desktop/unstable/metacity/debian/patches/series	[utf-8] Sat Oct 25 14:57:03 2014
@@ -0,0 +1 @@
+initialize_variables.patch




More information about the pkg-gnome-commits mailing list