blob: 92f270ca42f656a65def7b6ad8428dc64332dd26 [file] [log] [blame]
package org.eclipse.swt.internal.photon;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class PhTile_t {
// PhRect_t rect;
public short rect_ul_x;
public short rect_ul_y;
public short rect_lr_x;
public short rect_lr_y;
public int next;
public static final int sizeof = 12;
}