aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-07-31 09:20:31 +0200
committerEugene Sandulenko2017-08-01 10:42:22 +0200
commitc2944fb5b8912b2d1c1e9207116f249efa46b5ac (patch)
tree01277d12d9015646ad0f12567724a30579b83618 /graphics/macgui/mactextwindow.h
parenta2427fddd72f6c18c1609e50393950c8f2cb20ba (diff)
downloadscummvm-rg350-c2944fb5b8912b2d1c1e9207116f249efa46b5ac.tar.gz
scummvm-rg350-c2944fb5b8912b2d1c1e9207116f249efa46b5ac.tar.bz2
scummvm-rg350-c2944fb5b8912b2d1c1e9207116f249efa46b5ac.zip
GRAPHICS: MACGUI: Simplified cursor code is MacTextWindow
Diffstat (limited to 'graphics/macgui/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index 0e48122e36..58cd0db04c 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -80,7 +80,7 @@ public:
bool _cursorState;
bool _cursorDirty;
- Common::Rect _cursorRect;
+ Common::Rect *_cursorRect;
bool _cursorOff;
int _scrollPos;
@@ -90,6 +90,8 @@ private:
const MacFont *_font;
const Font *_fontRef;
+ ManagedSurface *_cursorSurface;
+
SelectedText _selectedText;
int _maxWidth;