(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 64d2fc4d1e
commit 0883cf76e3
7 changed files with 101 additions and 15 deletions

View File

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