diff options
Diffstat (limited to 'config_host/config_skia.h.in')
-rw-r--r-- | config_host/config_skia.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index 1a8b64a1dfd6..e31d23ad443e 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -21,8 +21,8 @@ are the same. // So ultimately the 24+8 split should be dumped (preferably in all of LO, // not just the Skia-related code), but until all of LO works correctly // with 32bpp disabling this will avoid such breakages. -#define SKIA_USE_BITMAP32 1 -//#define SKIA_USE_BITMAP32 0 +//#define SKIA_USE_BITMAP32 1 +#define SKIA_USE_BITMAP32 0 /* TODO SKIA check all these */ |