From 0e2d14ac415faeec25226cef64b3443b0905eff9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 7 Aug 2017 22:17:26 +0200 Subject: GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input texts --- graphics/macgui/mactext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/macgui/mactext.h') diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h index eb567cf2a6..7cb115902e 100644 --- a/graphics/macgui/mactext.h +++ b/graphics/macgui/mactext.h @@ -116,7 +116,7 @@ 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); + Common::String getTextChunk(int startRow, int startCol, int endRow, int endCol, bool formatted = false, bool newlines = true); private: void splitString(Common::String &s); -- cgit v1.2.3