aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ScintillaGTK.h')
-rwxr-xr-xgtk/ScintillaGTK.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.h b/gtk/ScintillaGTK.h
index a1ce05969..7c9b165cb 100755
--- a/gtk/ScintillaGTK.h
+++ b/gtk/ScintillaGTK.h
@@ -33,6 +33,8 @@ class ScintillaGTK : public ScintillaBase {
int verticalScrollBarWidth;
int horizontalScrollBarHeight;
+ PRectangle rectangleClient;
+
SelectionText primary;
SelectionPosition posPrimary;
@@ -128,6 +130,7 @@ private:
bool HaveMouseCapture() override;
bool PaintContains(PRectangle rc) override;
void FullPaint();
+ void SetClientRectangle();
PRectangle GetClientRectangle() const override;
void ScrollText(Sci::Line linesToMove) override;
void SetVerticalScrollPos() override;