From cb1d4a5391d02231f1444a467d6b8121db4c7572 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Mar 1996 18:04:33 +0000 Subject: [PATCH] (X11R5_INHIBIT_I18N): Definition moved here. --- src/s/aix3-2.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 8ed99d99e4d..2073ccf928d 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -40,3 +40,10 @@ #define C_SWITCH_DEBUG -g #define C_SWITCH_OPTIMIZE #endif + +/* The character-composition stuff is broken in X11R5. + Even with XIMStatusNothing aliased to XIMStatusNone, + tranle@intellicorp.com (Minh Tran-Le) reports that enabling + the internationalization code causes the modifier keys C, M and Shift + to beep after a mouse click. */ +#define X11R5_INHIBIT_I18N -- 2.39.2