blob: 49978cf4a1102b34d8ba47be489ac1bdc6c28693 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are 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
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.photon;
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;
}