Crash bug due to IM fixed, variable name change.
This commit is contained in:
parent
5ad64e56cd
commit
c735e6a6b8
3 changed files with 42 additions and 41 deletions
2
src/im.h
2
src/im.h
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue