From 7f857879c875df7515a6b35ed01e233f6c0a6710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <pippin@gimp.org> Date: Tue, 19 Nov 2024 15:47:22 +0100 Subject: [PATCH] ctx: enable CSS/SVG --- components/ctx/ctx_config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/ctx/ctx_config.h b/components/ctx/ctx_config.h index 9dc0527c34..8634fc9b1a 100644 --- a/components/ctx/ctx_config.h +++ b/components/ctx/ctx_config.h @@ -33,11 +33,14 @@ #define CTX_ENABLE_RGB565_BYTESWAPPED 1 #define CTX_COMPOSITING_GROUPS 0 #define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1 -#define CTX_EVENTS 0 +#define CTX_EVENTS 1 #define CTX_THREADS 0 #define CTX_TILED 0 #define CTX_BAREMETAL 1 #define CTX_ONE_FONT_ENGINE 1 +#define CTX_PTY 0 +#define CTX_CSS 1 +#define CTX_PARSER 1 #define CTX_MAX_SCANLINE_LENGTH 960 #define CTX_MAX_JOURNAL_SIZE (1024*512) @@ -51,7 +54,6 @@ #define CTX_MAX_EDGES 255 #define CTX_MAX_PENDING 64 -#define CTX_PARSER 0 #define CTX_GRADIENT_CACHE_ELEMENTS 128 #define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64 -- GitLab