summaryrefslogtreecommitdiff
path: root/hook.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:17 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:17 +0000
commitc4baf5cfa9e906cfb3fed738f11d8ec8d0ff535b (patch)
treea897b55362cea1030d87f5960ec1db434742be5f /hook.c
parentf9fb54809c56e625c1d72beb96157e20aab17412 (diff)
Pull XORG-6_8_0 to CYGWIN branchCYGWIN-6_8_0-MERGE
Diffstat (limited to 'hook.c')
-rw-r--r--hook.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hook.c b/hook.c
index 5e10a39..9352ea4 100644
--- a/hook.c
+++ b/hook.c
@@ -388,9 +388,11 @@ LineEditAction(Widget w, XEvent *event, String *params, Cardinal *num_params)
{
XawTextBlock block;
- if (international)
+ if (True) {
/* XXX FIXME */
+ fprintf(stderr, "LineEditAction: Not working in international mode.\n");
return;
+ }
block.firstPos = 0;
block.format = FMT8BIT;