mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 618561 - Enable direct Qt rendering for Maemo6 r=dougt a=approval2.0
--HG-- extra : rebase_source : 104aca89d2827ec71a984baefae17aefec651a92
This commit is contained in:
parent
ee28ea14ea
commit
1d2b590fda
@ -79,13 +79,7 @@
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIPrefService.h"
|
||||
|
||||
// Because the QPainter backend has some problems with glyphs rendering
|
||||
// it is better to use image or xlib cairo backends by default
|
||||
#if (MOZ_PLATFORM_MAEMO == 6)
|
||||
#define DEFAULT_RENDER_MODE RENDER_BUFFERED
|
||||
#else
|
||||
#define DEFAULT_RENDER_MODE RENDER_DIRECT
|
||||
#endif
|
||||
|
||||
static QPaintEngine::Type sDefaultQtPaintEngineType = QPaintEngine::X11;
|
||||
gfxFontconfigUtils *gfxQtPlatform::sFontconfigUtils = nsnull;
|
||||
|
Loading…
Reference in New Issue
Block a user