aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-03-20 11:22:14 +0000
committernyamatongwe <unknown>2003-03-20 11:22:14 +0000
commitca17c0cc2e37c264782d3f1db49278366e562dcb (patch)
tree269e3f31c3495acbd880f76129f6f16b0a51da96 /include/Platform.h
parent79fee676f20f4847e666bff5d73bfe029b24aca0 (diff)
downloadscintilla-mirror-ca17c0cc2e37c264782d3f1db49278366e562dcb.tar.gz
Patch from Simon Steele to implement the hotspot style and associated
notifications.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h
index fa3c9ea10..5ad782c03 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -365,7 +365,7 @@ public:
void InvalidateAll();
void InvalidateRectangle(PRectangle rc);
virtual void SetFont(Font &font);
- enum Cursor { cursorInvalid, cursorText, cursorArrow, cursorUp, cursorWait, cursorHoriz, cursorVert, cursorReverseArrow };
+ enum Cursor { cursorInvalid, cursorText, cursorArrow, cursorUp, cursorWait, cursorHoriz, cursorVert, cursorReverseArrow, cursorHand };
void SetCursor(Cursor curs);
void SetTitle(const char *s);
private: