summaryrefslogtreecommitdiffstats
path: root/mozilla-709732-gfx-icc-profile-fix.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-18 09:38:27 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-18 09:38:27 +0100
commit53c46516b2d6504c1fb66614874389ea5b880858 (patch)
tree81476eba79c01b4dda3c748abb48217498fdc0da /mozilla-709732-gfx-icc-profile-fix.patch
parent62c994864309c3db6024437364469d6945918329 (diff)
Xulrunner / Firefox 17.0 Beta 6
Diffstat (limited to 'mozilla-709732-gfx-icc-profile-fix.patch')
-rw-r--r--mozilla-709732-gfx-icc-profile-fix.patch21
1 files changed, 0 insertions, 21 deletions
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)