diff options
author | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:36:20 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:36:20 +0000 |
commit | 923eb009e8e3dafb224747e443fb366e76ec6b84 (patch) | |
tree | a2127a419e27327c3ef5ccc98e0717ef237829d1 /src/window_func.h | |
parent | 8b476de3bfa2864b51435e7fb4988e1550cf1d3a (diff) | |
download | openttd-923eb009e8e3dafb224747e443fb366e76ec6b84.tar.xz |
(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus.
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 704885b9a..ee494592b 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -52,4 +52,6 @@ void SetWindowClassesDirty(WindowClass cls); void DeleteWindowById(WindowClass cls, WindowNumber number, bool force = true); void DeleteWindowByClass(WindowClass cls); +bool EditBoxInGlobalFocus(); + #endif /* WINDOW_FUNC_H */ |