blob: 35c8b78d69a8e9bc801800f9df01f2addd2a7e8e [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class WINDOWPOS {
public int hwnd;
public int hwndInsertAfter;
public int x;
public int y;
public int cx;
public int cy;
public int flags;
public static final int sizeof = 28;
}