IM: unicode _string_ output support.

This commit is contained in:
Mark K. Kim 2007-04-27 03:43:27 +00:00
parent e2c829b9b1
commit cf0a8a7bee
3 changed files with 96 additions and 50 deletions

View file

@ -35,7 +35,7 @@
typedef struct IM_DATA {
int lang; /* Language used in sequence translation */
wchar_t s[8]; /* Characters that should be displayed */
wchar_t s[16]; /* Characters that should be displayed */
const char* tip_text; /* Tip text, read-only please */
/* For use by language-specific im_event_<lang> calls. PRIVATE! */