diff options
| author | nyamatongwe <unknown> | 2000-06-04 01:44:37 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-06-04 01:44:37 +0000 |
| commit | 9c58b05f082309813bb23a071486add122d592e0 (patch) | |
| tree | dd8aef584f1588230f223378303dbeccdb688a04 /gtk | |
| parent | 52188231f5e811dd3e4357892b5d0d4741e658ca (diff) | |
| download | scintilla-mirror-9c58b05f082309813bb23a071486add122d592e0.tar.gz | |
Ensured the UnicodeMode of each Surface is initialised.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/PlatGTK.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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) {} |
