From 29cdf4780a07acea5e25d8ae918f90913129659e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Mon, 21 Feb 2022 21:58:10 +0100 Subject: [PATCH] debug recording2, I should find a better name --- src/vkvg_context_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vkvg_context_internal.h b/src/vkvg_context_internal.h index 71017be..2d22e06 100644 --- a/src/vkvg_context_internal.h +++ b/src/vkvg_context_internal.h @@ -32,6 +32,7 @@ #include "recording/vkvg_record_internal.h" #else #define RECORD(ctx,cmd,...) + #define RECORD2(ctx,cmd,...) #endif #define VKVG_PTS_SIZE 1024 -- 2.47.3