blob: 7fe9d7307b69efb4eff38ab493e6f9d357021e5d [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class GRADIENT_RECT {
public int UpperLeft;
public int LowerRight;
public static final int sizeof = 8;
}