From 15e8a22f0803297cfce64adb5c1ebd95f7518b6c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 18 Dec 2016 21:45:15 +0100 Subject: gsk: Move gtk/gtkcairoblur.c to gsk/gskcairoblur.c --- tests/blur-performance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/blur-performance.c') diff --git a/tests/blur-performance.c b/tests/blur-performance.c index a99e5cd00d..c69a131f77 100644 --- a/tests/blur-performance.c +++ b/tests/blur-performance.c @@ -1,6 +1,6 @@ /* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */ -#include +#include static void init_surface (cairo_t *cr) @@ -41,7 +41,7 @@ main (int argc, char **argv) { init_surface (cr); g_timer_start (timer); - _gtk_cairo_blur_surface (surface, i, GTK_BLUR_X | GTK_BLUR_Y); + gsk_cairo_blur_surface (surface, i, GSK_BLUR_X | GSK_BLUR_Y); msec = g_timer_elapsed (timer, NULL) * 1000; if (j == 1) g_print ("Radius %2d: %.2f msec, %.2f kpixels/msec:\n", i, msec, size*size/(msec*1000)); -- cgit v1.2.1