diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index f40b21576..4d0ceec37 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -61,6 +61,7 @@ protected: // ScintillaBase subclass needs access to much of Editor Palette palette; int printMagnification; int printColourMode; + int cursorMode; bool hasFocus; bool hideSelection; @@ -273,6 +274,7 @@ protected: // ScintillaBase subclass needs access to much of Editor char *CopySelectionRange(); void CopySelectionIntoDrag(); void SetDragPosition(int newPos); + void DisplayCursor(Window::Cursor c); virtual void StartDrag(); void DropAt(int position, const char *value, bool moving, bool rectangular); // PositionInSelection returns 0 if position in selection, -1 if position before selection, and 1 if after. |