r21729 - in /desktop/unstable/gtk+2.0/debian: changelog patches/090_directfb-backend-compilation-fix.patch patches/series

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Oct 1 07:44:13 UTC 2009


Author: slomo
Date: Thu Oct  1 07:44:13 2009
New Revision: 21729

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21729
Log:
  + 090_directfb-backend-compilation-fix.patch:
    - Fix compilation of the DirectFB backend, see
      https://bugzilla.gnome.org/show_bug.cgi?id=596959

Added:
    desktop/unstable/gtk+2.0/debian/patches/090_directfb-backend-compilation-fix.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=21729&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Thu Oct  1 07:44:13 2009
@@ -3,6 +3,9 @@
   * New upstream bugfix release:
     + debian/patches/070_mandatory-relibtoolize.patch:
       - Updated for the new version.
+    + 090_directfb-backend-compilation-fix.patch:
+      - Fix compilation of the DirectFB backend, see
+        https://bugzilla.gnome.org/show_bug.cgi?id=596959
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 01 Oct 2009 07:20:43 +0200
 

Added: desktop/unstable/gtk+2.0/debian/patches/090_directfb-backend-compilation-fix.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/090_directfb-backend-compilation-fix.patch?rev=21729&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/090_directfb-backend-compilation-fix.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/090_directfb-backend-compilation-fix.patch [utf-8] Thu Oct  1 07:44:13 2009
@@ -1,0 +1,24 @@
+See GNOME bug #596959
+
+--- a/gdk/directfb/gdkwindow-directfb.c	2009-10-01 09:40:52.000000000 +0200
++++ b/gdk/directfb/gdkwindow-directfb.c	2009-10-01 09:40:56.000000000 +0200
+@@ -2077,7 +2077,8 @@
+ _gdk_windowing_window_at_pointer (GdkDisplay *display,
+                                   gint       *win_x,
+ 				  gint       *win_y,
+-                                  GdkModifierType *mask)
++                                  GdkModifierType *mask,
++                                  gboolean get_toplevel)
+ {
+   GdkWindow *retval;
+   gint       wx, wy;
+@@ -2137,7 +2138,8 @@
+   gdk_directfb_window_get_pointer (_gdk_windowing_window_at_pointer (display,
+                                                                      NULL,
+                                                                      NULL,
+-                                                                     NULL),
++                                                                     NULL,
++                                                                     FALSE),
+                                    x, y, mask);
+ }
+ 

Modified: desktop/unstable/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/series?rev=21729&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series [utf-8] Thu Oct  1 07:44:13 2009
@@ -14,3 +14,4 @@
 060_ignore-random-icons.patch
 061_use_pdf_as_default_printing_standard.patch
 070_mandatory-relibtoolize.patch
+090_directfb-backend-compilation-fix.patch




More information about the pkg-gnome-commits mailing list