8234786: Fix for JDK-8214578 breaks OS X 10.12 compatibility

Reviewed-by: jdv
This commit is contained in:
Prasanta Sadhukhan 2019-11-27 13:35:27 +05:30
parent a5f4fa710f
commit 02bbbb4185

View File

@ -38,7 +38,7 @@
// TODO: NSMenu *contextualMenu;
// Keyboard layout
NSTextInputSourceIdentifier kbdLayout;
NSString *kbdLayout;
// dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination):
CDragSource *_dragSource;