< prev index next >

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

Print this page
rev 57040 : 8234741: enhance os::get_core_path on macOS

*** 36,46 **** NSTrackingArea* rolloverTrackingArea; // TODO: NSMenu *contextualMenu; // Keyboard layout ! NSTextInputSourceIdentifier kbdLayout; // dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination): CDragSource *_dragSource; CDropTarget *_dropTarget; --- 36,47 ---- NSTrackingArea* rolloverTrackingArea; // TODO: NSMenu *contextualMenu; // Keyboard layout ! // this requires 10.13: NSTextInputSourceIdentifier kbdLayout; ! NSString* kbdLayout; // dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination): CDragSource *_dragSource; CDropTarget *_dropTarget;
< prev index next >