Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 222859 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse (+13 lines)
Added Link Here
1
package org.eclipse.swt.internal.carbon;
2
3
public class HIViewImageContentInfo {
4
	public short contentType;
5
    public short resID;
6
    public int iconRef;
7
    public int imageRef;
8
    public int cIconHandle;
9
    public int iconSuite;
10
    public int picture;
11
    public int ICONHandle;
12
	public static final int sizeof = 6;
13
}

Return to bug 222859