diff options
author | hobbs <hobbs> | 2001-03-30 23:50:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-03-30 23:50:17 (GMT) |
commit | 739d4321a3b8dd6e1073ecb19aa5b09eb5893571 (patch) | |
tree | af9d10c78323c178cd299b0ebd3b034ee96b1b25 /win/tkWinInt.h | |
parent | 0dcaafd32b3ba64d04c60046ecbc7d774e60de66 (diff) | |
download | tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.zip tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.tar.gz tk-739d4321a3b8dd6e1073ecb19aa5b09eb5893571.tar.bz2 |
* win/makefile.vc:
* win/configure:
* win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support.
* win/tkWinInt.h:
* win/tkWinKey.c:
* win/tkWinX.c: added support for changing IME on the fly in
Windows (2000). (lam) [Patch #402993]
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index 710779a..57eef8d 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinInt.h,v 1.10 2000/04/12 18:51:11 hobbs Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.11 2001/03/30 23:50:17 hobbs Exp $ */ #ifndef _TKWININT @@ -167,5 +167,7 @@ EXTERN void TkWinUpdatingClipboard(int mode); #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT +extern Tcl_Encoding TkWinGetKeyInputEncoding _ANSI_ARGS_((void)); + #endif /* _TKWININT */ |