From daeda27f379ee9cf5f1e7b882273ac51078e790a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 4 Jun 2000 01:44:37 +0000 Subject: Ensured the UnicodeMode of each Surface is initialised. --- win32/PlatWin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') 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), -- cgit v1.2.3