blob: 0fe5db44e727f3a85600be3d486788021882a294 [file] [log] [blame]
package org.eclipse.swt.internal.photon;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class PhRect_t {
public short ul_x;
public short ul_y;
public short lr_x;
public short lr_y;
public static final int sizeof = 8;
}