src/java.desktop/unix/classes/sun/awt/X11InputMethod.java

Print this page

        

*** 123,133 **** private IntBuffer rawFeedbacks; // private data (X11InputMethodData structure defined in // awt_InputMethod.c) for native methods // this structure needs to be accessed within AWT_LOCK/UNLOCK ! transient private long pData = 0; // accessed by native // Initialize highlight mapping table static { @SuppressWarnings({"unchecked", "rawtypes"}) Map<TextAttribute, ?> styles[] = new Map[4]; --- 123,133 ---- private IntBuffer rawFeedbacks; // private data (X11InputMethodData structure defined in // awt_InputMethod.c) for native methods // this structure needs to be accessed within AWT_LOCK/UNLOCK ! private transient long pData = 0; // accessed by native // Initialize highlight mapping table static { @SuppressWarnings({"unchecked", "rawtypes"}) Map<TextAttribute, ?> styles[] = new Map[4];