summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixKey.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-06-15 01:54:08 (GMT)
committerhobbs <hobbs@noemail.net>2002-06-15 01:54:08 (GMT)
commitd56143a3561200db2cae71bada60a87629d52612 (patch)
tree9660b1fbaca51e447319221748a073d41d21743b /unix/tkUnixKey.c
parentaa876a85c341800945bd9efa6dd06f1f1fa8a694 (diff)
downloadtk-d56143a3561200db2cae71bada60a87629d52612.zip
tk-d56143a3561200db2cae71bada60a87629d52612.tar.gz
tk-d56143a3561200db2cae71bada60a87629d52612.tar.bz2
changed TK_USE_XIM_SPOT to TK_DISPLAY_XIM_SPOT for clarity
FossilOrigin-Name: fb49550f9a9154838aa2e800cf6aa4a94264d9c5
Diffstat (limited to 'unix/tkUnixKey.c')
-rw-r--r--unix/tkUnixKey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c
index 5c01d46..9bb4633 100644
--- a/unix/tkUnixKey.c
+++ b/unix/tkUnixKey.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixKey.c,v 1.7 2002/06/15 01:09:36 hobbs Exp $
+ * RCS: @(#) $Id: tkUnixKey.c,v 1.8 2002/06/15 01:54:09 hobbs Exp $
*/
#include "tkInt.h"
@@ -123,7 +123,7 @@ TkpGetString(winPtr, eventPtr, dsPtr)
/*
* Adjust the XIM caret position.
*/
- if (winPtr->dispPtr->flags & TK_USE_XIM_SPOT) {
+ if (winPtr->dispPtr->flags & TK_DISPLAY_XIM_SPOT) {
spot.x = caretX; spot.y = caretY;
preedit_attr = XVaCreateNestedList(0, XNSpotLocation, &spot, NULL);
XSetICValues(winPtr->inputContext,