blob: 9469633a3788d8baf242efe4d7e9df53ba290f9c [file] [log] [blame]
package org.eclipse.swt.internal.photon;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
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;
}