OpenJDK / jdk / jdk
changeset 57184:b4c6bc80171d
8234786: Fix for JDK-8214578 breaks OS X 10.12 compatibility
Reviewed-by: jdv
author | psadhukhan |
---|---|
date | Wed, 27 Nov 2019 13:35:27 +0530 |
parents | 1e563056dd3c |
children | 327b35573471 |
files | src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h Wed Nov 27 11:05:22 2019 +0530 +++ b/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h Wed Nov 27 13:35:27 2019 +0530 @@ -38,7 +38,7 @@ // TODO: NSMenu *contextualMenu; // Keyboard layout - NSTextInputSourceIdentifier kbdLayout; + NSString *kbdLayout; // dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination): CDragSource *_dragSource;