summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/win32/LOGPEN.java
blob: dd603d3fbb096e9ea9e87e6213eed742c2a77006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.eclipse.swt.internal.win32;

/*
 * Licensed Materials - Property of IBM,
 * WebSphere Studio Workbench
 * (c) Copyright IBM Corp 2000
 */
public class LOGPEN {
	public int lopnStyle;
//	POINT    lopnWidth; 
	public int x;
	public int y;
	public int lopnColor;
	public static final int sizeof = 16;
}