summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-23 02:15:18 (GMT)
committermdejong <mdejong>2001-06-23 02:15:18 (GMT)
commit5b75cc0b2adbc8c5edc3e4ce9a717a51c33e6bba (patch)
treea83bb372935b8cd953bda5eca56d14db6324f4bb /win/tkWinX.c
parentdd1248275bfa7c1c56eb035c79316e65cda9e377 (diff)
downloadtk-5b75cc0b2adbc8c5edc3e4ce9a717a51c33e6bba.zip
tk-5b75cc0b2adbc8c5edc3e4ce9a717a51c33e6bba.tar.gz
tk-5b75cc0b2adbc8c5edc3e4ce9a717a51c33e6bba.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the imm32 library when building with mingw gcc. * win/tkWinX.c: Include the imm.h header to fix compiling with mingw gcc.
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index eab5ba4..a2505f7 100644
--- a/win/tkWinX.c
+++ b/win/tkWinX.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinX.c,v 1.13 2001/05/30 22:41:29 hobbs Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.14 2001/06/23 02:15:18 mdejong Exp $
*/
#include "tkWinInt.h"
@@ -22,6 +22,12 @@
#include <zmouse.h>
/*
+ * imm.h is needed by HandleIMEComposition
+ */
+
+#include <imm.h>
+
+/*
* Declarations of static variables used in this file.
*/