From c25a26d11cad273865a1ccf51f2ca8819f3e18ee Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 3 Aug 2017 09:03:09 +0200 Subject: GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow --- graphics/macgui/mactext.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/macgui/mactext.cpp') diff --git a/graphics/macgui/mactext.cpp b/graphics/macgui/mactext.cpp index 4bb9feff36..6ebbe181c6 100644 --- a/graphics/macgui/mactext.cpp +++ b/graphics/macgui/mactext.cpp @@ -445,4 +445,8 @@ void MacText::removeLastLine() { _textMaxHeight -= h; } +void MacText::getRowCol(int x, int y, int *col, int *row) { + warning("getRowCol(%d, %d, ...)", x, y); +} + } // End of namespace Graphics -- cgit v1.2.3