aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindowmanager.h
diff options
context:
space:
mode:
authorAndrei Prykhodko2018-07-29 21:16:44 +0300
committerAndrei Prykhodko2018-07-29 21:23:04 +0300
commit75eceedfa515c652d0698de11a9f605fe23c336d (patch)
treef56b56f5f54e72c803e5bd654a1c59eb0ba0f59d /graphics/macgui/macwindowmanager.h
parent841e0c11d82fe784b9153d0cb6fff3063969ca41 (diff)
downloadscummvm-rg350-75eceedfa515c652d0698de11a9f605fe23c336d.tar.gz
scummvm-rg350-75eceedfa515c652d0698de11a9f605fe23c336d.tar.bz2
scummvm-rg350-75eceedfa515c652d0698de11a9f605fe23c336d.zip
GRAPHICS: MACGUI: add additional arg to MacTextWindow's constructor to disable cursor handler
Diffstat (limited to 'graphics/macgui/macwindowmanager.h')
-rw-r--r--graphics/macgui/macwindowmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h
index 0a8a5a4b33..97272d386f 100644
--- a/graphics/macgui/macwindowmanager.h
+++ b/graphics/macgui/macwindowmanager.h
@@ -115,7 +115,7 @@ public:
* @return Pointer to the newly created window.
*/
MacWindow *addWindow(bool scrollable, bool resizable, bool editable);
- MacTextWindow *addTextWindow(const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu);
+ MacTextWindow *addTextWindow(const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu, bool cursorHandler = true);
/**
* Adds a window that has already been initialized to the registry.