aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.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/mactextwindow.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/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index 5791da3496..942fdd4fab 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -48,7 +48,7 @@ struct SelectedText {
class MacTextWindow : public MacWindow {
public:
- MacTextWindow(MacWindowManager *wm, const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu);
+ MacTextWindow(MacWindowManager *wm, const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu, bool cursorHandler = true);
virtual ~MacTextWindow();
virtual void resize(int w, int h);