aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-03 09:48:01 +0200
committerEugene Sandulenko2017-08-04 21:54:20 +0200
commitb3c8a8e1290eae0ca7628562c887cfa0ad354e6a (patch)
tree67a04a11ec18358211511f21694d2da677d73ae2 /graphics/macgui/mactext.h
parentc5da0bece4bc8537335680cb49bd6e5b57e33073 (diff)
downloadscummvm-rg350-b3c8a8e1290eae0ca7628562c887cfa0ad354e6a.tar.gz
scummvm-rg350-b3c8a8e1290eae0ca7628562c887cfa0ad354e6a.tar.bz2
scummvm-rg350-b3c8a8e1290eae0ca7628562c887cfa0ad354e6a.zip
GRAPHICS: MACGUI: Align and store MacText selection coordinates
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index fe5c583ca2..ffc8c8dc71 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -113,7 +113,7 @@ public:
void render();
Graphics::ManagedSurface *getSurface() { return _surface; }
- void getRowCol(int x, int y, int *col, int *row);
+ void getRowCol(int x, int y, int *sx, int *sy, int *row, int *col);
private:
void splitString(Common::String &s);