aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindowmanager.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-03 19:45:04 +0200
committerEugene Sandulenko2017-08-04 21:54:20 +0200
commitafb664df290c54febd48b25efe6eeb5fccc0cfcc (patch)
treef39427938716e8fd8e72c05eed4ec4f15e966a43 /graphics/macgui/macwindowmanager.h
parentaab404864e16f07307e44ed20310037c05e09ceb (diff)
downloadscummvm-rg350-afb664df290c54febd48b25efe6eeb5fccc0cfcc.tar.gz
scummvm-rg350-afb664df290c54febd48b25efe6eeb5fccc0cfcc.tar.bz2
scummvm-rg350-afb664df290c54febd48b25efe6eeb5fccc0cfcc.zip
GRAPHICS: MACGUI: Made selection affecting the MacMenu
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 963fc358dd..bc0224a321 100644
--- a/graphics/macgui/macwindowmanager.h
+++ b/graphics/macgui/macwindowmanager.h
@@ -107,7 +107,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);
+ MacTextWindow *addTextWindow(const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu);
/**
* Adds a window that has already been initialized to the registry.