summaryrefslogtreecommitdiff
path: root/src/textbuf_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-08-05 20:37:25 +0000
committermichi_cc <michi_cc@openttd.org>2013-08-05 20:37:25 +0000
commit0883cf76e34527f3bf4d8a19c6f68b655969798c (patch)
tree2626bc344a106a36aa31fca834a40c1bb74f9472 /src/textbuf_type.h
parent64d2fc4d1e4124a55ccee8c4a4c6e43d1c2ae9fe (diff)
downloadopenttd-0883cf76e34527f3bf4d8a19c6f68b655969798c.tar.xz
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
Diffstat (limited to 'src/textbuf_type.h')
-rw-r--r--src/textbuf_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textbuf_type.h b/src/textbuf_type.h
index 910e7fa5f..e34e2e2f4 100644
--- a/src/textbuf_type.h
+++ b/src/textbuf_type.h
@@ -56,7 +56,7 @@ struct Textbuf {
bool InsertClipboard();
bool InsertChar(uint32 key);
- bool InsertString(const char *str);
+ bool InsertString(const char *str, bool marked, const char *caret = NULL);
bool DeleteChar(uint16 keycode);
bool MovePos(uint16 keycode);