aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-03 22:50:01 +0200
committerEugene Sandulenko2017-08-04 21:54:20 +0200
commit23649e8d87bf2c1d8c93fa0c4a6502285b258429 (patch)
treebb1e573839ee5fbee1db80ae21b61c7136ce50ce /graphics/macgui/mactext.h
parent66f59aa893449596298a2cee1d8f761bcf8cc9bd (diff)
downloadscummvm-rg350-23649e8d87bf2c1d8c93fa0c4a6502285b258429.tar.gz
scummvm-rg350-23649e8d87bf2c1d8c93fa0c4a6502285b258429.tar.bz2
scummvm-rg350-23649e8d87bf2c1d8c93fa0c4a6502285b258429.zip
GRAPHICS: MACGUI: Initial code for copying selection to clipboard
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index 7cbf40e8bc..eb567cf2a6 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -116,6 +116,8 @@ public:
void getRowCol(int x, int y, int *sx, int *sy, int *row, int *col);
+ Common::String getTextChunk(int startRow, int startCol, int endRow, int endCol, bool formatted = false);
+
private:
void splitString(Common::String &s);
void render(int from, int to);