diff options
Diffstat (limited to 'include/Platform.h')
| -rw-r--r-- | include/Platform.h | 2 | 
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:  | 
