aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-04 01:44:37 +0000
committernyamatongwe <devnull@localhost>2000-06-04 01:44:37 +0000
commitdaeda27f379ee9cf5f1e7b882273ac51078e790a (patch)
treedd8aef584f1588230f223378303dbeccdb688a04 /win32/PlatWin.cxx
parentdc014eaca8ae548be34c4bb24db151593db46b88 (diff)
downloadscintilla-mirror-daeda27f379ee9cf5f1e7b882273ac51078e790a.tar.gz
Ensured the UnicodeMode of each Surface is initialised.
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r--win32/PlatWin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index e9174e9df..464bef524 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -150,6 +150,7 @@ void Font::Release() {
}
Surface::Surface() :
+ unicodeMode(false),
hdc(0), hdcOwned(false),
pen(0), penOld(0),
brush(0), brushOld(0),