From f31ea2798b3f14721fc4be44e47ac09ba4f6c022 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 21 Dec 2000 01:39:34 +0000 Subject: Patch from James for SetVisiblePolicy. --- src/Editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 1bcac1665..52b3d7037 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -134,6 +134,9 @@ protected: // ScintillaBase subclass needs access to much of Editor int caretPolicy; int caretSlop; + int visiblePolicy; + int visibleSlop; + int searchAnchor; int displayPopupMenu; -- cgit v1.2.3