From d4849b34e7c561921671603232668ca0c4b41b69 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 20 Mar 2003 11:22:14 +0000 Subject: Patch from Simon Steele to implement the hotspot style and associated notifications. --- include/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Platform.h') 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: -- cgit v1.2.3