blob: cb2cb83472d06c2678411b8a7c17d35d4c17877f [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 PtContainerCallback_t {
public short new_size_ul_x;
public short new_size_ul_y;
public short new_size_lr_x;
public short new_size_lr_y;
public short old_size_ul_x;
public short old_size_ul_y;
public short old_size_lr_x;
public short old_size_lr_y;
public short new_dim_w;
public short new_dim_h;
public short old_dim_w;
public short old_dim_h;
public static final int sizeof = 24;
}