|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/x11/firefox/bugfix-316845.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
see https://bugzilla.mozilla.org/show_bug.cgi?id=316845
|
|
|
|
--- ./gfx/cairo/libpixman/src/pixman-remap.h
|
|
+++ ./gfx/cairo/libpixman/src/pixman-remap.h
|
|
@@ -1,9 +1,7 @@
|
|
#define pixman_add_trapezoids _cairo_pixman_add_trapezoids
|
|
-#define INT_pixman_color_to_pixel _cairo_pixman_color_to_pixel
|
|
#define pixman_color_to_pixel _cairo_pixman_color_to_pixel
|
|
#define composeFunctions _cairo_pixman_compose_functions
|
|
#define fbComposeSetupMMX _cairo_pixman_compose_setup_mmx
|
|
-#define INT_pixman_composite _cairo_pixman_composite
|
|
#define pixman_composite _cairo_pixman_composite
|
|
#define fbCompositeCopyAreammx _cairo_pixman_composite_copy_area_mmx
|
|
#define fbCompositeSolidMask_nx8888x0565Cmmx _cairo_pixman_composite_solid_mask_nx8888x0565Cmmx
|