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. --- gtk/PlatGTK.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 9c56126a7..9b16363c7 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -176,8 +176,8 @@ void Font::Release() { gdk_font_unref(id); id = 0; } - -Surface::Surface() : drawable(0), gc(0), ppixmap(0), + +Surface::Surface() : unicodeMode(false), drawable(0), gc(0), ppixmap(0), x(0), y(0), inited(false), createdGC(false) {} -- cgit v1.2.3