Move deviceid in XDeviceCrossingEvent up to follow window.

This makes XDeviceCrossingEvents in line with the other events who have the
same initial ordering of things.
This commit is contained in:
Peter Hutterer 2007-12-18 15:47:01 +10:30
parent 92f083437f
commit 640a97d321

View file

@ -477,9 +477,9 @@ typedef struct {
Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
Window window; /* "event" window reported relative to */
XID deviceid;
Window root; /* root window that the event occurred on */
Window subwindow; /* child window */
XID deviceid;
Time time; /* milliseconds */
int x, y; /* pointer x, y coordinates in event window */
int x_root, y_root; /* coordinates relative to root */