aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-02 22:57:46 +0200
committerEugene Sandulenko2017-08-04 21:54:19 +0200
commit085eea68c36b9d1c3ea55fcdaabd371ec39125f2 (patch)
tree235ea4457f35aed4e3746efb11705367cb1a0085 /graphics/macgui/macwindow.h
parent91615eb940b766135d15f4d56519de35b5c3ce88 (diff)
downloadscummvm-rg350-085eea68c36b9d1c3ea55fcdaabd371ec39125f2.tar.gz
scummvm-rg350-085eea68c36b9d1c3ea55fcdaabd371ec39125f2.tar.bz2
scummvm-rg350-085eea68c36b9d1c3ea55fcdaabd371ec39125f2.zip
GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindow
Diffstat (limited to 'graphics/macgui/macwindow.h')
-rw-r--r--graphics/macgui/macwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index 2cda99164c..3e7f474f23 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -308,6 +308,7 @@ protected:
ManagedSurface _composeSurface;
bool _borderIsDirty;
+ Common::Rect _innerDims;
private:
MacWindowBorder _macBorder;
@@ -329,8 +330,6 @@ private:
WindowClick _highlightedPart;
float _scrollPos, _scrollSize;
- Common::Rect _innerDims;
-
Common::String _title;
};