equal
deleted
inserted
replaced
26 #import <dlfcn.h> |
26 #import <dlfcn.h> |
27 #import <pthread.h> |
27 #import <pthread.h> |
28 #import <objc/runtime.h> |
28 #import <objc/runtime.h> |
29 #import <Cocoa/Cocoa.h> |
29 #import <Cocoa/Cocoa.h> |
30 #import <Security/AuthSession.h> |
30 #import <Security/AuthSession.h> |
31 #import <JavaNativeFoundation/JavaNativeFoundation.h> |
|
32 #import <JavaRuntimeSupport/JavaRuntimeSupport.h> |
|
33 |
31 |
34 #include "jni_util.h" |
32 #include "jni_util.h" |
35 #import "CMenuBar.h" |
|
36 #import "InitIDs.h" |
|
37 #import "LWCToolkit.h" |
33 #import "LWCToolkit.h" |
38 #import "ThreadUtilities.h" |
34 #import "ThreadUtilities.h" |
39 #import "AWT_debug.h" |
|
40 #import "CSystemColors.h" |
35 #import "CSystemColors.h" |
41 #import "NSApplicationAWT.h" |
36 #import "NSApplicationAWT.h" |
42 #import "PropertiesUtilities.h" |
37 #import "PropertiesUtilities.h" |
43 #import "ApplicationDelegate.h" |
38 #import "ApplicationDelegate.h" |
44 |
39 |
45 #import "sun_lwawt_macosx_LWCToolkit.h" |
40 #import "sun_lwawt_macosx_LWCToolkit.h" |
46 |
41 |
47 #import "sizecalc.h" |
42 #import "sizecalc.h" |
|
43 |
|
44 #import <JavaRuntimeSupport/JavaRuntimeSupport.h> |
48 |
45 |
49 int gNumberOfButtons; |
46 int gNumberOfButtons; |
50 jint* gButtonDownMasks; |
47 jint* gButtonDownMasks; |
51 |
48 |
52 // Indicates that the app has been started with -XstartOnFirstThread |
49 // Indicates that the app has been started with -XstartOnFirstThread |