wok annotate cairo/stuff/cairo-1.10.0-buggy_gradients.patch @ rev 18820

syslinux/iso2exe.sh: -f should keep flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:28:02 2016 +0100 (2016-01-16)
parents
children
rev   line source
slaxemulator@6628 1 --- a/src/cairo-xlib-display.c.ubuntu 2010-08-04 11:57:49.000000000 +0200
slaxemulator@6628 2 +++ b/src/cairo-xlib-display.c 2010-08-04 11:58:28.000000000 +0200
slaxemulator@6628 3 @@ -353,11 +353,7 @@
slaxemulator@6628 4 /* Prior to Render 0.10, there is no protocol support for gradients and
slaxemulator@6628 5 * we call function stubs instead, which would silently consume the drawing.
slaxemulator@6628 6 */
slaxemulator@6628 7 -#if RENDER_MAJOR == 0 && RENDER_MINOR < 10
slaxemulator@6628 8 display->buggy_gradients = TRUE;
slaxemulator@6628 9 -#else
slaxemulator@6628 10 - display->buggy_gradients = FALSE;
slaxemulator@6628 11 -#endif
slaxemulator@6628 12 display->buggy_pad_reflect = FALSE;
slaxemulator@6628 13 display->buggy_repeat = FALSE;