wok-6.x annotate cairo-gl/stuff/cairo-1.10.0-buggy_gradients.patch @ rev 16978
Add cv
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 06 16:00:58 2014 +0200 (2014-08-06) |
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; |