summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2008-11-24 16:57:51 +0000
committerKevin Barnes <krbarnes>2008-11-24 16:57:51 +0000
commit04bdad09dcfe1dc53f646d4eaa792524245ec09d (patch)
tree8032f6d34616d2d57716a9dbb6f7301b4078333a
parent2fd74eeac1340afd5a815ba997fb520873916457 (diff)
downloadeclipse.platform.swt-04bdad09dcfe1dc53f646d4eaa792524245ec09d.tar.gz
eclipse.platform.swt-04bdad09dcfe1dc53f646d4eaa792524245ec09d.tar.xz
eclipse.platform.swt-04bdad09dcfe1dc53f646d4eaa792524245ec09d.zip
/*long*/
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
index 3ef0315a4d..dfbbd90604 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
@@ -366,7 +366,7 @@ public Shell (Shell parent, int style) {
*
* @since 3.3
*/
-public static Shell internal_new (Display display, int handle) {
+public static Shell internal_new (Display display, int /*long*/ handle) {
return new Shell (display, null, SWT.NO_TRIM, handle, false);
}