blob: f5fe5ad2f673dfd2fe4c3d423820318f38c05c50 [file] [log] [blame]
package org.eclipse.swt.internal.carbon;
/*
* 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 Rect {
public short top;
public short left;
public short bottom;
public short right;
public static final int sizeof = 8;
}