mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 21:18:02 +02:00
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:
parent
92f083437f
commit
640a97d321
1 changed files with 1 additions and 1 deletions
2
XInput.h
2
XInput.h
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue