From b52097ebe75fa739f8cad32e6554f3faf0e72570 Mon Sep 17 00:00:00 2001 From: ? Date: Wed, 27 Feb 2019 23:42:11 +0100 Subject: [PATCH] added missing CAP_SHAPES, and changed CAP_SAVE to CAP_FILES --- sysconfig.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysconfig.h b/sysconfig.h index 5a04aee7..01ac96e9 100644 --- a/sysconfig.h +++ b/sysconfig.h @@ -204,6 +204,10 @@ #define CAP_POLY (CAP_SDLGFX || CAP_GL || CAP_SVG) #endif +#ifndef CAP_SHAPES +#define CAP_SHAPES 1 +#endif + #define CAP_QUEUE CAP_POLY #define CAP_CURVE CAP_POLY @@ -413,7 +417,7 @@ extern "C" { #endif #endif -#if CAP_SAVE +#if CAP_FILES #include #include #include