Skip to content
Snippets Groups Projects
Commit 3f0c51ca authored by dx's avatar dx
Browse files

Revert "ctx: enable CSS/SVG"

This reverts commit 7f857879.
parent 59c6516d
No related branches found
No related tags found
No related merge requests found
...@@ -33,14 +33,11 @@ ...@@ -33,14 +33,11 @@
#define CTX_ENABLE_RGB565_BYTESWAPPED 1 #define CTX_ENABLE_RGB565_BYTESWAPPED 1
#define CTX_COMPOSITING_GROUPS 0 #define CTX_COMPOSITING_GROUPS 0
#define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1 #define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1
#define CTX_EVENTS 1 #define CTX_EVENTS 0
#define CTX_THREADS 0 #define CTX_THREADS 0
#define CTX_TILED 0 #define CTX_TILED 0
#define CTX_BAREMETAL 1 #define CTX_BAREMETAL 1
#define CTX_ONE_FONT_ENGINE 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_SCANLINE_LENGTH 960
#define CTX_MAX_JOURNAL_SIZE (1024*512) #define CTX_MAX_JOURNAL_SIZE (1024*512)
...@@ -54,6 +51,7 @@ ...@@ -54,6 +51,7 @@
#define CTX_MAX_EDGES 255 #define CTX_MAX_EDGES 255
#define CTX_MAX_PENDING 64 #define CTX_MAX_PENDING 64
#define CTX_PARSER 0
#define CTX_GRADIENT_CACHE_ELEMENTS 128 #define CTX_GRADIENT_CACHE_ELEMENTS 128
#define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64 #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