wok view cairo/stuff/cairo-1.10.0-buggy_gradients.patch @ rev 10694
Add qemu-light (stripped down, but works) - qemu* may move to undigest since I can't make it work properly
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 22:52:39 2011 +0200 (2011-05-27) |
parents | |
children |
line source
1 --- a/src/cairo-xlib-display.c.ubuntu 2010-08-04 11:57:49.000000000 +0200
2 +++ b/src/cairo-xlib-display.c 2010-08-04 11:58:28.000000000 +0200
3 @@ -353,11 +353,7 @@
4 /* Prior to Render 0.10, there is no protocol support for gradients and
5 * we call function stubs instead, which would silently consume the drawing.
6 */
7 -#if RENDER_MAJOR == 0 && RENDER_MINOR < 10
8 display->buggy_gradients = TRUE;
9 -#else
10 - display->buggy_gradients = FALSE;
11 -#endif
12 display->buggy_pad_reflect = FALSE;
13 display->buggy_repeat = FALSE;