jdk/src/java.desktop/macosx/native/libjawt/jawt.m
changeset 33653 c1ee09fe3274
parent 25859 3317bb8137f4
child 40708 2516b180bfc0
equal deleted inserted replaced
32995:a62c89adce3d 33653:c1ee09fe3274
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, 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
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 #import <jawt.h>
    26 #import <jawt.h>
       
    27 #import "jni_util.h"
    27 
    28 
    28 #import <jawt_md.h>
    29 #import <jawt_md.h>
    29 
    30 
    30 #import "awt_DrawingSurface.h"
    31 #import "awt_DrawingSurface.h"
       
    32 
       
    33 /*
       
    34  * Declare library specific JNI_Onload entry if static build
       
    35  */
       
    36 DEF_STATIC_JNI_OnLoad
    31 
    37 
    32 /*
    38 /*
    33  * Get the AWT native structure.
    39  * Get the AWT native structure.
    34  * This function returns JNI_FALSE if an error occurs.
    40  * This function returns JNI_FALSE if an error occurs.
    35  */
    41  */