aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-07-30 22:42:59 +0000
committernyamatongwe <unknown>2004-07-30 22:42:59 +0000
commit2ea146908486cce03689b7c2bda7bf71a8eecdc4 (patch)
tree8d071dd237a4e133a444945569c0a44fdd8c3445 /src/Editor.h
parent67fbd86325859bc85ad98b773c8a09c8645142e6 (diff)
downloadscintilla-mirror-2ea146908486cce03689b7c2bda7bf71a8eecdc4.tar.gz
Patch from Ben Key to use an invisible system caret to enable screen
magnifiers to discover where the user is editing.
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 d5116f0de..181e1ffd4 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -369,6 +369,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void ShowCaretAtCurrentPosition();
void DropCaret();
void InvalidateCaret();
+ virtual void UpdateSystemCaret();
void NeedWrapping(int docLineStartWrapping = 0, int docLineEndWrapping = 0x7ffffff);
bool WrapLines(bool fullWrap, int priorityWrapLineStart);