diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 11:14:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 11:14:03 (GMT) |
commit | de6ce3b09899200e2708375fc8098bdb2c4cb577 (patch) | |
tree | bc8e9da00f52cd9132f6a8be701dc7c63920e342 /xlib | |
parent | 3cb7f8167cc6df5f8828571fa0f1065a86c556a6 (diff) | |
parent | 1a75d5e6d3672fc72127a4df0127c3532b8b31b8 (diff) | |
download | tk-de6ce3b09899200e2708375fc8098bdb2c4cb577.zip tk-de6ce3b09899200e2708375fc8098bdb2c4cb577.tar.gz tk-de6ce3b09899200e2708375fc8098bdb2c4cb577.tar.bz2 |
Merge 8.6
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/X11/Xlib.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h index a83efde..0971191 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -627,22 +627,6 @@ typedef struct { int x, y; /* pointer x, y coordinates in event window */ int x_root, y_root; /* coordinates relative to root */ unsigned int state; /* key or button mask */ - int delta; /* detail */ - Bool same_screen; /* same screen flag */ -} XWheelEvent; - -typedef struct { - int type; /* of event */ - unsigned long serial; /* # of last request processed by server */ - Bool send_event; /* true if this came from a SendEvent request */ - Display *display; /* Display the event was read from */ - Window window; /* "event" window it is reported relative to */ - Window root; /* root window that the event occured on */ - Window subwindow; /* child window */ - Time time; /* milliseconds */ - int x, y; /* pointer x, y coordinates in event window */ - int x_root, y_root; /* coordinates relative to root */ - unsigned int state; /* key or button mask */ unsigned int button; /* detail */ Bool same_screen; /* same screen flag */ } XButtonEvent; @@ -1033,7 +1017,6 @@ typedef union _XEvent { int type; /* must not be changed; first element */ XAnyEvent xany; XKeyEvent xkey; - XWheelEvent xwheel; XButtonEvent xbutton; XMotionEvent xmotion; XCrossingEvent xcrossing; |