From 923eb009e8e3dafb224747e443fb366e76ec6b84 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Mon, 5 Aug 2013 20:36:20 +0000 Subject: (svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus. --- src/window_func.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window_func.h') 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 */ -- cgit v1.2.3-54-g00ecf