From 53c46516b2d6504c1fb66614874389ea5b880858 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 18 Nov 2012 09:38:27 +0100 Subject: Xulrunner / Firefox 17.0 Beta 6 --- mozilla-709732-gfx-icc-profile-fix.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 mozilla-709732-gfx-icc-profile-fix.patch (limited to 'mozilla-709732-gfx-icc-profile-fix.patch') diff --git a/mozilla-709732-gfx-icc-profile-fix.patch b/mozilla-709732-gfx-icc-profile-fix.patch deleted file mode 100644 index 7e268d0..0000000 --- a/mozilla-709732-gfx-icc-profile-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -r dd29535bac5f gfx/thebes/gfxPlatformGtk.cpp ---- a/gfx/thebes/gfxPlatformGtk.cpp Sat May 05 20:22:53 2012 -0700 -+++ b/gfx/thebes/gfxPlatformGtk.cpp Wed May 09 11:42:21 2012 +0200 -@@ -538,16 +538,10 @@ - if (iccAtom) { - // read once to get size, once for the data - if (Success == XGetWindowProperty(dpy, root, iccAtom, -- 0, 0 /* length */, -+ 0, INT_MAX /* length */, - False, AnyPropertyType, - &retAtom, &retFormat, &retLength, - &retAfter, &retProperty)) { -- XGetWindowProperty(dpy, root, iccAtom, -- 0, retLength, -- False, AnyPropertyType, -- &retAtom, &retFormat, &retLength, -- &retAfter, &retProperty); -- - qcms_profile* profile = NULL; - - if (retLength > 0) -- cgit