blob: 2084e1ab85a771fd0bf15a38e8649d0473bd5d5b [file] [log] [blame]
package org.eclipse.swt.internal.motif;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public abstract class XWindowEvent extends XEvent {
public int root; /* root window that the event occured on */
public int subwindow; /* child window */
public int time; /* milliseconds */
public int x, y; /* pointer x, y coordinates in event window */
public int x_root, y_root; /* coordinates relative to root */
}