summaryrefslogtreecommitdiff
path: root/src/video/win32_v.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-08-05 20:37:11 +0000
committermichi_cc <michi_cc@openttd.org>2013-08-05 20:37:11 +0000
commit21126aec623c4d5a9afea786f2d57d8897a407bc (patch)
tree4d20c92d2f5630191d843909fc922b59145a1f03 /src/video/win32_v.h
parent7422120014b51f0057bb41b3e9b6405957a01b63 (diff)
downloadopenttd-21126aec623c4d5a9afea786f2d57d8897a407bc.tar.xz
(svn r25680) -Codechange: [Win32] Cancel the current IME composition when the input focus changes.
Diffstat (limited to 'src/video/win32_v.h')
-rw-r--r--src/video/win32_v.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index 0706c0ee7..6be60c230 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -33,6 +33,8 @@ public:
/* virtual */ bool ClaimMousePointer();
+ /* virtual */ void EditBoxLostFocus();
+
/* virtual */ const char *GetName() const { return "win32"; }
bool MakeWindow(bool full_screen);