diff options
Diffstat (limited to 'WebCore/config.h')
-rw-r--r-- | WebCore/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index ddb772b..4a882bf 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -131,6 +131,7 @@ #endif #if PLATFORM(MAC) +// ATSUI vs. CoreText #if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) #define WTF_USE_ATSUI 0 #define WTF_USE_CORE_TEXT 1 @@ -138,8 +139,15 @@ #define WTF_USE_ATSUI 1 #define WTF_USE_CORE_TEXT 0 #endif + +// New theme #define WTF_USE_NEW_THEME 1 + +// Accelerated compositing +#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) +#define WTF_USE_ACCELERATED_COMPOSITING 0 #endif +#endif // PLATFORM(MAC) #if PLATFORM(SYMBIAN) #undef WIN32 |