blob: 4084fa5911a71294bf3ff6b12852e00dc033505a [file] [log] [blame]
package org.eclipse.swt.internal.photon;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class PhWindowEvent_t {
public int event_f;
public int state_f;
public int rid;
// PhPoint_t pos;
public short pos_x;
public short pos_y;
// PhDim_t size;
public short size_w;
public short size_h;
public short event_state;
public short input_group;
public int rsvd0, rsvd1, rsvd2, rsvd3;
public static final int sizeof = 40;
}