aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-08-13 19:52:29 +1000
committerNeil <nyamatongwe@gmail.com>2022-08-13 19:52:29 +1000
commit5a19e2ac572bb0f3cd614836145a9d759263fd2d (patch)
treeea32dec9ad42ecfa3da1c7d07462f77ab7573572 /src/Editor.h
parent7d2f6bd5280613538c4beafac26a39348992d103 (diff)
downloadscintilla-mirror-5a19e2ac572bb0f3cd614836145a9d759263fd2d.tar.gz
Avoid access to window IDs (which are platform-dependent) in code that doesn't
need them.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 2d30cdb72..e96ed391e 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -302,6 +302,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void SetRepresentations();
void DropGraphics() noexcept;
+ bool HasMarginWindow() const noexcept;
// The top left visible point in main window coordinates. Will be 0,0 except for
// scroll views where it will be equivalent to the current scroll position.
Point GetVisibleOriginInMain() const override;