wok diff cairo-gl/stuff/cairo-1.10.0-buggy_gradients.patch @ rev 17299

Add fish
Add fish-doc

This adds support and documentation for the latest fish release.
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 22:39:29 2014 +0100 (2014-10-30)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cairo-gl/stuff/cairo-1.10.0-buggy_gradients.patch	Thu Oct 30 22:39:29 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +--- a/src/cairo-xlib-display.c.ubuntu	2010-08-04 11:57:49.000000000 +0200
     1.5 ++++ b/src/cairo-xlib-display.c	2010-08-04 11:58:28.000000000 +0200
     1.6 +@@ -353,11 +353,7 @@
     1.7 +     /* Prior to Render 0.10, there is no protocol support for gradients and
     1.8 +      * we call function stubs instead, which would silently consume the drawing.
     1.9 +      */
    1.10 +-#if RENDER_MAJOR == 0 && RENDER_MINOR < 10
    1.11 +     display->buggy_gradients = TRUE;
    1.12 +-#else
    1.13 +-    display->buggy_gradients = FALSE;
    1.14 +-#endif
    1.15 +     display->buggy_pad_reflect = FALSE;
    1.16 +     display->buggy_repeat = FALSE;