From 95da05ff24a2c72c2c5345cb8cd70904d3338a5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Fri, 14 Jan 2022 23:12:10 +0100 Subject: [PATCH] debug paint_surf test --- tests/paint_surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/paint_surf.c b/tests/paint_surf.c index ae93bdf..996c410 100644 --- a/tests/paint_surf.c +++ b/tests/paint_surf.c @@ -4,7 +4,7 @@ float lineWidth = 10.f; VkvgSurface createSurf (uint32_t width, uint32_t height) { VkvgSurface s = vkvg_surface_create(device, width, height); - VkvgContext ctx = _initCtx(surf); + VkvgContext ctx = vkvg_create (s); vkvg_set_line_width(ctx,lineWidth); float hlw = lineWidth/2.f; /* -- 2.47.3