< prev index next >
src/java.desktop/macosx/native/libawt_lwawt/awt/LWCToolkit.h
Print this page
*** 21,35 ****
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
#import <pthread.h>
#import <assert.h>
#import <Cocoa/Cocoa.h>
- #import <JavaNativeFoundation/JavaNativeFoundation.h>
#define DEBUG 1
// number of mouse buttons supported
extern int gNumberOfButtons;
--- 21,36 ----
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
+ #include "jni.h"
+
#import <pthread.h>
#import <assert.h>
#import <Cocoa/Cocoa.h>
#define DEBUG 1
// number of mouse buttons supported
extern int gNumberOfButtons;
< prev index next >