r17823 - in /desktop/experimental/gnome-utils/debian: changelog patches/03_screenshot_xinerama.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Dec 4 16:27:49 UTC 2008


Author: joss
Date: Thu Dec  4 16:27:49 2008
New Revision: 17823

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17823
Log:
03_screenshot_xinerama.patch: new patch from Hal Ashburner and Brian 
Cameron. Correctly capture the whole screen in Xinerama mode.
Closes: #503852, #329596.

Added:
    desktop/experimental/gnome-utils/debian/patches/03_screenshot_xinerama.patch
Modified:
    desktop/experimental/gnome-utils/debian/changelog

Modified: desktop/experimental/gnome-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/changelog?rev=17823&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/changelog (original)
+++ desktop/experimental/gnome-utils/debian/changelog Thu Dec  4 16:27:49 2008
@@ -4,6 +4,9 @@
     with gksu.
   * 02_logview_crash.patch: new patch. Fix crash when switching between 
     certain logs. Closes: #500091.
+  * 03_screenshot_xinerama.patch: new patch from Hal Ashburner and Brian 
+    Cameron. Correctly capture the whole screen in Xinerama mode.
+    Closes: #503852, #329596.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 25 Sep 2008 17:47:53 +0200
 

Added: desktop/experimental/gnome-utils/debian/patches/03_screenshot_xinerama.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/patches/03_screenshot_xinerama.patch?rev=17823&op=file
==============================================================================
--- desktop/experimental/gnome-utils/debian/patches/03_screenshot_xinerama.patch (added)
+++ desktop/experimental/gnome-utils/debian/patches/03_screenshot_xinerama.patch Thu Dec  4 16:27:49 2008
@@ -1,0 +1,11 @@
+--- gnome-utils-2.24.0/gnome-screenshot/screenshot-utils.c-orig	2008-09-28 16:50:58.829545000 -0500
++++ gnome-utils-2.24.0/gnome-screenshot/screenshot-utils.c	2008-09-28 16:51:13.008972000 -0500
+@@ -350,7 +350,7 @@ screenshot_get_pixbuf (GdkWindow *window
+                                         ShapeBounding,
+                                         &rectangle_count,
+                                         &rectangle_order);
+-      if (rectangles && rectangle_count > 0)
++      if (rectangles && rectangle_count > 0 && window != root)
+         {
+           gboolean has_alpha = gdk_pixbuf_get_has_alpha (screenshot);
+           




More information about the pkg-gnome-commits mailing list