(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.

This commit is contained in:
michi_cc
2013-08-05 20:37:25 +00:00
parent 931bbd7191
commit d442d97cf1
7 changed files with 101 additions and 15 deletions

View File

@@ -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);