jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/CDataTransferer.m
changeset 32872 abca6234313d
parent 26751 70bac69b37c9
child 33251 938892557272
equal deleted inserted replaced
32871:f013b86386e6 32872:abca6234313d
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    24  */
    24  */
    25 
    25 
    26 #import "CDataTransferer.h"
    26 #import "CDataTransferer.h"
    27 #include "sun_lwawt_macosx_CDataTransferer.h"
    27 #include "sun_lwawt_macosx_CDataTransferer.h"
    28 
    28 
    29 #import <AppKit/AppKit.h>
    29 #import "jni_util.h"
       
    30 
    30 #import <JavaNativeFoundation/JavaNativeFoundation.h>
    31 #import <JavaNativeFoundation/JavaNativeFoundation.h>
    31 #import "jni_util.h"
       
    32 
       
    33 #include "ThreadUtilities.h"
       
    34 
    32 
    35 
    33 
    36 // ***** NOTE ***** This dictionary corresponds to the static array predefinedClipboardNames
    34 // ***** NOTE ***** This dictionary corresponds to the static array predefinedClipboardNames
    37 // in CDataTransferer.java.
    35 // in CDataTransferer.java.
    38 NSMutableDictionary *sStandardMappings = nil;
    36 NSMutableDictionary *sStandardMappings = nil;