diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:34:17 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:34:17 +0000 |
commit | c4baf5cfa9e906cfb3fed738f11d8ec8d0ff535b (patch) | |
tree | a897b55362cea1030d87f5960ec1db434742be5f /hook.c | |
parent | f9fb54809c56e625c1d72beb96157e20aab17412 (diff) |
Pull XORG-6_8_0 to CYGWIN branchCYGWIN-6_8_0-MERGE
Diffstat (limited to 'hook.c')
-rw-r--r-- | hook.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |