summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2005-05-20 16:07:52 +0000
committerFelipe Heidrich <fheidric>2005-05-20 16:07:52 +0000
commitcc4950119b9da004169874ab2685847425efa26d (patch)
tree6ef3727a0e9beef9deea4625695799dd00f32fe2 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
parent3eda4c005e79de8c335d229796e220f6cb201937 (diff)
downloadeclipse.platform.swt-cc4950119b9da004169874ab2685847425efa26d.tar.gz
eclipse.platform.swt-cc4950119b9da004169874ab2685847425efa26d.tar.xz
eclipse.platform.swt-cc4950119b9da004169874ab2685847425efa26d.zip
64 bits fix
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
index e313ac5cc3..129c4a1052 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
@@ -225,7 +225,7 @@ public ScrollBar getVerticalBar () {
}
int /*long*/ gtk_scroll_event (int /*long*/ widget, int /*long*/ eventPtr) {
- int result = super.gtk_scroll_event (widget, eventPtr);
+ int /*long*/ result = super.gtk_scroll_event (widget, eventPtr);
/*
* Feature in GTK. Scrolled windows do not scroll if the scrollbars