8000423: Diacritic is not applyed to a base letter on Linux

Reviewed-by: anthony, serb
This commit is contained in:
Alexander Scherbatiy 2012-11-29 07:42:23 -05:00
parent bfc0bfcd8e
commit 463528217c

View File

@ -1332,6 +1332,15 @@ public final class XToolkit extends UNIXToolkit implements Runnable {
return new XInputMethodDescriptor();
}
/**
* Returns whether enableInputMethods should be set to true for peered
* TextComponent instances on this platform. True by default.
*/
@Override
public boolean enableInputMethodsForTextComponent() {
return true;
}
static int getMultiClickTime() {
if (awt_multiclick_time == 0) {
initializeMultiClickTime();