--- tkdesk-1.2/blt/bltWindow.c.ORIG Mon Nov 15 07:07:45 1999 +++ tkdesk-1.2/blt/bltWindow.c Wed Nov 17 00:34:06 1999 @@ -434,6 +434,19 @@ #ifdef TK_USE_INPUT_METHODS XIM inputMethod; /* Input method for this display */ +#ifdef I18N_IMPROVE + Tcl_Encoding imEncoding; /* Tcl encoding when the first Tcl + * interp was created. + * For encoding conversion from + * XmbLookupString() to UTF. + */ + XIC lastFocusedIC; /* The last focused input context on + * the display. + */ +#ifdef XNDestroyCallback + XIMCallback destroyCallback; +#endif /* XNDestroyCallback */ +#endif /* I18N_IMPROVE */ #endif /* TK_USE_INPUT_METHODS */ Tcl_HashTable winTable; /* Maps from X window ids to TkWindow ptrs. */