summaryrefslogtreecommitdiff
path: root/vcl/coretext
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-05 14:58:13 +0300
committerTor Lillqvist <tml@iki.fi>2013-06-05 15:05:14 +0300
commit684c875ebecf561bc6726e31a1db9dbbd5fb7850 (patch)
tree7e1f491ea612d75317c89370aa69a11cb8c05644 /vcl/coretext
parent05e2d2bf036e690f139d480d28929845ecfe136b (diff)
Initialise more fields, especially mfFakeDPIScale
Now the iOS app displays the test document successfully again. Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997
Diffstat (limited to 'vcl/coretext')
-rw-r--r--vcl/coretext/salgdi2.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/coretext/salgdi2.cxx b/vcl/coretext/salgdi2.cxx
index 0ae7d1f0544d..9180c32a222d 100644
--- a/vcl/coretext/salgdi2.cxx
+++ b/vcl/coretext/salgdi2.cxx
@@ -290,7 +290,9 @@ AquaSalGraphics::AquaSalGraphics()
, mbVirDev( false )
, mbWindow( false )
#else
- : mpMacFontData( NULL )
+ : mrContext( NULL )
+ , mfFakeDPIScale( 1.0 )
+ , mpMacFontData( NULL )
, mpMacTextStyle( NULL )
, maTextColor( COL_BLACK )
, mbNonAntialiasedText( false )