wok annotate cairo-gl/stuff/cairo-1.10.0-buggy_gradients.patch @ rev 18461
Up ranger (1.7.1)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Oct 01 19:21:20 2015 +0100 (2015-10-01) |
parents | |
children |
rev | line source |
---|---|
pankso@16204 | 1 --- a/src/cairo-xlib-display.c.ubuntu 2010-08-04 11:57:49.000000000 +0200 |
pankso@16204 | 2 +++ b/src/cairo-xlib-display.c 2010-08-04 11:58:28.000000000 +0200 |
pankso@16204 | 3 @@ -353,11 +353,7 @@ |
pankso@16204 | 4 /* Prior to Render 0.10, there is no protocol support for gradients and |
pankso@16204 | 5 * we call function stubs instead, which would silently consume the drawing. |
pankso@16204 | 6 */ |
pankso@16204 | 7 -#if RENDER_MAJOR == 0 && RENDER_MINOR < 10 |
pankso@16204 | 8 display->buggy_gradients = TRUE; |
pankso@16204 | 9 -#else |
pankso@16204 | 10 - display->buggy_gradients = FALSE; |
pankso@16204 | 11 -#endif |
pankso@16204 | 12 display->buggy_pad_reflect = FALSE; |
pankso@16204 | 13 display->buggy_repeat = FALSE; |