Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2008-08-18 15:04:20 +0000
committerSilenio Quarti2008-08-18 15:04:20 +0000
commit047551711731234f55bfa1e053304f3a7d2a17a6 (patch)
tree2910245d5d7b68c8b5b777e5898f938119650f26 /bundles/org.eclipse.swt/Eclipse SWT AWT
parentf672efc1ab66fde135090a77b8f00d2e076c2f62 (diff)
downloadeclipse.platform.swt-047551711731234f55bfa1e053304f3a7d2a17a6.tar.gz
eclipse.platform.swt-047551711731234f55bfa1e053304f3a7d2a17a6.tar.xz
eclipse.platform.swt-047551711731234f55bfa1e053304f3a7d2a17a6.zip
64 bit work
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
index a6a6a7fd5c..c0be04e0ff 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
@@ -98,7 +98,7 @@ public static Frame new_Frame(final Composite parent) {
SWT.error(SWT.ERROR_INVALID_ARGUMENT);
}
//TODO - the call to the constructor hangs in nextEventMachingMask:
- final int handle = parent.view.id;
+ final int /*long*/ handle = parent.view.id;
Class clazz = null;

Back to the top