Crash bug due to IM fixed, variable name change.

This commit is contained in:
Mark K. Kim 2007-05-06 04:00:20 +00:00
parent 5ad64e56cd
commit c735e6a6b8
3 changed files with 42 additions and 41 deletions

View file

@ -40,7 +40,7 @@ typedef struct IM_DATA {
/* For use by language-specific im_event_<lang> calls. PRIVATE! */
wchar_t buf[8]; /* Buffered characters */
int discard; /* Discard parameter */
int redraw; /* Redraw this many characters next time */
int request; /* Event request */
} IM_DATA;