summaryrefslogtreecommitdiff
path: root/src/querystring_gui.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-08-05 20:37:48 +0000
committermichi_cc <michi_cc@openttd.org>2013-08-05 20:37:48 +0000
commite2ec0ddb030afd4e7bdf08d1a8f3cb9361388eae (patch)
tree1c90e05fa6e94d2b0f1ebf2fff6ff444e2d515ed /src/querystring_gui.h
parentf5e41314922604c160efc4ac18c77056a1b66400 (diff)
downloadopenttd-e2ec0ddb030afd4e7bdf08d1a8f3cb9361388eae.tar.xz
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
Diffstat (limited to 'src/querystring_gui.h')
-rw-r--r--src/querystring_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querystring_gui.h b/src/querystring_gui.h
index db6e33076..5c0bdbabe 100644
--- a/src/querystring_gui.h
+++ b/src/querystring_gui.h
@@ -55,6 +55,7 @@ public:
void HandleEditBox(Window *w, int wid);
Point GetCaretPosition(const Window *w, int wid) const;
+ Rect GetBoundingRect(const Window *w, int wid, const char *from, const char *to) const;
/**
* Get the current text.