Skip to content
Snippets Groups Projects
Commit 2ebf5eb2 authored by dx's avatar dx
Browse files

Revert "ctx: enable CSS/SVG"

This reverts commit 7f857879.
parent e14a9ba0
Branches
Tags
1 merge request!734Revert ctx to previous version from 2024-03-11
......@@ -33,14 +33,11 @@
#define CTX_ENABLE_RGB565_BYTESWAPPED 1
#define CTX_COMPOSITING_GROUPS 0
#define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1
#define CTX_EVENTS 1
#define CTX_EVENTS 0
#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)
......@@ -54,6 +51,7 @@
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment