Community
Participate
Working Groups
When updating the workbench to 3.7 we should also update to SWT 3.7
*** Bug 320256 has been marked as a duplicate of this bug. ***
Created attachment 189790 [details] Initial patch This patch synchronize to following packages (untouched original code) with SWT from 3.7 M5: - org.eclipse.swt.dnd - org.eclipse.swt.graphics - org.eclipse.swt.internal - org.eclipse.swt.internal.image - org.eclipse.swt.layout Anything in addition?
Created attachment 189917 [details] Updated patch Updated some single methods marked as "verbatim copy" in: Composite.java Control.java Link.java
Applied patch to CVS HEAD. As bug 338441 is invalid I've changed the Image#ctor( device, int, int ) to create an image with depth 8 instead of 24.