summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2010-02-12 14:59:10 +0000
committerGrant Gayed <ggayed>2010-02-12 14:59:10 +0000
commit810eb254cbe71a3e1637e56f044fa70b981eb39d (patch)
treea07dba54e2404982415909c420b20b78dc67fb4b /bundles
parentee09a6fd6c7f7798b399f04305eba07bfa747bfc (diff)
downloadeclipse.platform.swt-810eb254cbe71a3e1637e56f044fa70b981eb39d.tar.gz
eclipse.platform.swt-810eb254cbe71a3e1637e56f044fa70b981eb39d.tar.xz
eclipse.platform.swt-810eb254cbe71a3e1637e56f044fa70b981eb39d.zip
271298 - [64] Label.setBackground(..) & Label.setForeground(..) doesn't work if parent is Splashscreen on Windows XP 64bit ( win32.win32.x86_64 )
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
index 62d6bd6e1c..afac649fe0 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
@@ -582,7 +582,7 @@ void createHandle () {
if ((style & (SWT.H_SCROLL | SWT.V_SCROLL)) == 0) {
state |= THEME_BACKGROUND;
}
- windowProc = OS.GetWindowLong (handle, OS.GWL_WNDPROC);
+ windowProc = OS.GetWindowLongPtr (handle, OS.GWL_WNDPROC);
}
/*