summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-03-30 23:50:17 (GMT)
committerhobbs <hobbs>2001-03-30 23:50:17 (GMT)
commit222bf8de4db91e20362e9cc463aa913485553f50 (patch)
treeaf9d10c78323c178cd299b0ebd3b034ee96b1b25 /win/tkWinInt.h
parent1663ec8c3ad0abe70e12100bed0f47798db2491d (diff)
downloadtk-222bf8de4db91e20362e9cc463aa913485553f50.zip
tk-222bf8de4db91e20362e9cc463aa913485553f50.tar.gz
tk-222bf8de4db91e20362e9cc463aa913485553f50.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.h4
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 */