From da09fd3077c288317aaa897b4665c30150358321 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Mon, 5 Aug 2013 20:37:14 +0000 Subject: (svn r25681) -Change: [Win32] Position the IME composition window at the caret position. --- src/querystring_gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/querystring_gui.h') diff --git a/src/querystring_gui.h b/src/querystring_gui.h index b2c91f354..a652b382d 100644 --- a/src/querystring_gui.h +++ b/src/querystring_gui.h @@ -53,6 +53,8 @@ public: void DrawEditBox(const Window *w, int wid) const; void ClickEditBox(Window *w, Point pt, int wid, int click_count, bool focus_changed); void HandleEditBox(Window *w, int wid); + + Point GetCaretPosition(const Window *w, int wid) const; }; void ShowOnScreenKeyboard(Window *parent, int button); -- cgit v1.2.3-54-g00ecf