summaryrefslogtreecommitdiff
path: root/t_gradient.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-01-07 18:40:50 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-01-07 18:43:00 -0800
commit2659ac63a1b17e489cb37a44d8c26350de8c7c82 (patch)
tree8b7dd4482f94aa99b72c8702016607a13bc07cf4 /t_gradient.c
parentc006790eff135feb16c88e48afb12496d74930b4 (diff)
Fix build with -Wall -Werror -pedantic
Diffstat (limited to 't_gradient.c')
-rw-r--r--t_gradient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/t_gradient.c b/t_gradient.c
index 71cfebe..f17d01d 100644
--- a/t_gradient.c
+++ b/t_gradient.c
@@ -157,6 +157,8 @@ render_to_gradient_test(Display *dpy, picture_info *src)
XSetErrorHandler(NULL);
XRenderFreePicture(dpy, gradient);
+
+ return TRUE;
}
static void gradientPixel(const stop *stops, double pos, unsigned int spread, color4d *result)