Skip to content

Commit 02bbbb4

Browse files
committed
8234786: Fix for JDK-8214578 breaks OS X 10.12 compatibility
Reviewed-by: jdv
1 parent a5f4fa7 commit 02bbbb4

File tree

1 file changed

+1
-1
lines changed
  • src/java.desktop/macosx/native/libawt_lwawt/awt

1 file changed

+1
-1
lines changed

src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// TODO: NSMenu *contextualMenu;
3939

4040
// Keyboard layout
41-
NSTextInputSourceIdentifier kbdLayout;
41+
NSString *kbdLayout;
4242

4343
// dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination):
4444
CDragSource *_dragSource;

0 commit comments

Comments
 (0)