blob: 2ed2297c01bf950c051177118d54371f9c6ef54f [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class LOGBRUSH {
public int lbStyle;
public int lbColor;
public int lbHatch;
public static final int sizeof = 12;
}