diff options
author | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:37:25 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:37:25 +0000 |
commit | 0883cf76e34527f3bf4d8a19c6f68b655969798c (patch) | |
tree | 2626bc344a106a36aa31fca834a40c1bb74f9472 /src/gfx_func.h | |
parent | 64d2fc4d1e4124a55ccee8c4a4c6e43d1c2ae9fe (diff) | |
download | openttd-0883cf76e34527f3bf4d8a19c6f68b655969798c.tar.xz |
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r-- | src/gfx_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h index 421f9cff6..5dee846b2 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -71,7 +71,7 @@ extern Dimension _cur_resolution; extern Palette _cur_palette; ///< Current palette void HandleKeypress(uint keycode, WChar key); -void HandleTextInput(const char *str); +void HandleTextInput(const char *str, bool marked = false, const char *caret = NULL); void HandleCtrlChanged(); void HandleMouseEvents(); void CSleep(int milliseconds); |