blob: c987ce7fd3b498af097b48df416669384d5ecea3 [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class TVHITTESTINFO {
// POINT pt;
public int x;
public int y;
public int flags;
public int hItem;
public static int sizeof = 16;
}