aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-03-27 07:41:27 +1100
committerNeil <nyamatongwe@gmail.com>2019-03-27 07:41:27 +1100
commit93f226764563a4fe11fab49d6312b7fe4971d0eb (patch)
tree027e75ed43a36c4348c9789cd81fed8680f2fdbd
parentb82f4686810d84b27f4ef5bf040a7cf242bc9984 (diff)
downloadscintilla-mirror-93f226764563a4fe11fab49d6312b7fe4971d0eb.tar.gz
Initialize all the fields of ScintillaGTK.
-rw-r--r--gtk/ScintillaGTK.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 1c27f89e6..cca365975 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -163,8 +163,12 @@ ScintillaGTK *ScintillaGTK::FromWidget(GtkWidget *widget) {
ScintillaGTK::ScintillaGTK(_ScintillaObject *sci_) :
adjustmentv(0), adjustmenth(0),
verticalScrollBarWidth(30), horizontalScrollBarHeight(30),
- evbtn(nullptr), capturedMouse(false), dragWasDropped(false),
- lastKey(0), rectangularSelectionModifier(SCMOD_CTRL), parentClass(0),
+ evbtn(nullptr),
+ buttonMouse(0),
+ capturedMouse(false), dragWasDropped(false),
+ lastKey(0), rectangularSelectionModifier(SCMOD_CTRL),
+ parentClass(0),
+ atomSought(0),
im_context(NULL), lastNonCommonScript(PANGO_SCRIPT_INVALID_CODE),
lastWheelMouseDirection(0),
wheelMouseIntensity(0),