From e2ec0ddb030afd4e7bdf08d1a8f3cb9361388eae Mon Sep 17 00:00:00 2001 From: michi_cc Date: Mon, 5 Aug 2013 20:37:48 +0000 Subject: (svn r25690) -Change: [OSX] Position the candidate window at the caret position. --- src/querystring_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/querystring_gui.h') 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. -- cgit v1.2.3-54-g00ecf