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

/*
 * (c) Copyright IBM Corp. 2000, 2001.
 * All Rights Reserved
 */
public class LOGPEN {
	public int lopnStyle;
//	POINT    lopnWidth; 
	public int x;
	public int y;
	public int lopnColor;
	public static final int sizeof = 16;
}