summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-03-30 23:50:16 (GMT)
committerhobbs <hobbs@noemail.net>2001-03-30 23:50:16 (GMT)
commitda4bf956e0bb1a391f984aad79896922cf26bcc1 (patch)
treeaf9d10c78323c178cd299b0ebd3b034ee96b1b25 /win/tkWinInt.h
parent03ec06c83c1753b8d2d9229e58085266b133df9c (diff)
downloadtk-da4bf956e0bb1a391f984aad79896922cf26bcc1.zip
tk-da4bf956e0bb1a391f984aad79896922cf26bcc1.tar.gz
tk-da4bf956e0bb1a391f984aad79896922cf26bcc1.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] FossilOrigin-Name: 7d37d3f469f0662f50fc1661d1f02bc0060ca9c8
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 */