diff options
author | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:37:14 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:37:14 +0000 |
commit | da09fd3077c288317aaa897b4665c30150358321 (patch) | |
tree | feadeb4b523c314216133329c14d59095591cdda /src/window_func.h | |
parent | 21126aec623c4d5a9afea786f2d57d8897a407bc (diff) | |
download | openttd-da09fd3077c288317aaa897b4665c30150358321.tar.xz |
(svn r25681) -Change: [Win32] Position the IME composition window at the caret position.
Diffstat (limited to 'src/window_func.h')
-rw-r--r-- | src/window_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_func.h b/src/window_func.h index ee494592b..453b88978 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -14,6 +14,7 @@ #include "window_type.h" #include "company_type.h" +#include "core/geometry_type.hpp" Window *FindWindowById(WindowClass cls, WindowNumber number); Window *FindWindowByClass(WindowClass cls); @@ -53,5 +54,6 @@ void DeleteWindowById(WindowClass cls, WindowNumber number, bool force = true); void DeleteWindowByClass(WindowClass cls); bool EditBoxInGlobalFocus(); +Point GetCaretPosition(); #endif /* WINDOW_FUNC_H */ |