diff -u metacity-2.30.1/debian/control metacity-2.30.1/debian/control --- metacity-2.30.1/debian/control +++ metacity-2.30.1/debian/control @@ -1,8 +1,3 @@ -# This file is autogenerated. DO NOT EDIT! -# -# Modifications should be made to debian/control.in instead. -# This file is regenerated automatically in the clean target. - Source: metacity Section: x11 Priority: optional diff -u metacity-2.30.1/debian/changelog metacity-2.30.1/debian/changelog --- metacity-2.30.1/debian/changelog +++ metacity-2.30.1/debian/changelog @@ -1,3 +1,11 @@ +metacity (1:2.30.1-0ubuntu2) lucid-proposed; urgency=low + + * debian/patches/14_allow_keyboard_ops.patch: + - Makes it possible to alt-tab during a drag-and-drop, + thanks Matthias Clasen (lp: #111939) + + -- Nigel Babu Mon, 19 Apr 2010 18:50:21 +0530 + metacity (1:2.30.1-0ubuntu1) lucid; urgency=low * New upsteam release: diff -u metacity-2.30.1/debian/patches/series metacity-2.30.1/debian/patches/series --- metacity-2.30.1/debian/patches/series +++ metacity-2.30.1/debian/patches/series @@ -12,0 +13 @@ +14_allow_keyboard_ops.patch -p1 only in patch2: unchanged: --- metacity-2.30.1.orig/debian/patches/14_allow_keyboard_ops.patch +++ metacity-2.30.1/debian/patches/14_allow_keyboard_ops.patch @@ -0,0 +1,11 @@ +--- metacity-2.27.0/src/core/display.c 2009-06-07 21:35:13.623787399 -0400 ++++ hacked/src/core/display.c 2009-06-06 00:20:58.889278832 -0400 +@@ -3307,7 +3307,7 @@ + meta_display_set_grab_op_cursor (display, screen, op, FALSE, grab_xwindow, + timestamp); + +- if (!display->grab_have_pointer) ++ if (!display->grab_have_pointer && !grab_op_is_keyboard (op)) + { + meta_topic (META_DEBUG_WINDOW_OPS, + "XGrabPointer() failed\n");