diff options
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; |