summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/internal/photon/PtCallbackInfo_t.java
blob: 04b970a3fd9e65efed580cebce9c33cc4177b4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.eclipse.swt.internal.photon;

/*
 * (c) Copyright IBM Corp. 2000, 2001.
 * All Rights Reserved
 */

public class PtCallbackInfo_t {
	public int reason;
	public int reason_subtype;
	public int event;
	public int cbdata;
	public static final int sizeof = 16;
}