aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindowmanager.h
diff options
context:
space:
mode:
authorstevenhoefel2017-01-09 09:31:48 +1100
committerEugene Sandulenko2017-01-09 00:00:17 +0100
commit8c3c9df3508bdb18f0b083de93f0e88983660028 (patch)
treef062344c6d9358f4b6a7e6386c345a6a0be50ff6 /graphics/macgui/macwindowmanager.h
parent3359ea9c99eba7f7e630a2b8057ec4df55fed83c (diff)
downloadscummvm-rg350-8c3c9df3508bdb18f0b083de93f0e88983660028.tar.gz
scummvm-rg350-8c3c9df3508bdb18f0b083de93f0e88983660028.tar.bz2
scummvm-rg350-8c3c9df3508bdb18f0b083de93f0e88983660028.zip
DIRECTOR: System beep and Mouse Cursors.
Diffstat (limited to 'graphics/macgui/macwindowmanager.h')
-rw-r--r--graphics/macgui/macwindowmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h
index 3449ab13c2..9f62403813 100644
--- a/graphics/macgui/macwindowmanager.h
+++ b/graphics/macgui/macwindowmanager.h
@@ -146,6 +146,10 @@ public:
void drawFilledRoundRect(ManagedSurface *surface, Common::Rect &rect, int arc, int color);
void pushArrowCursor();
+ void pushBeamCursor();
+ void pushCrossHairCursor();
+ void pushCrossBarCursor();
+ void pushWatchCursor();
void popCursor();
public: