summaryrefslogtreecommitdiff
path: root/include/X11/extensions/XInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/extensions/XInput.h')
-rw-r--r--include/X11/extensions/XInput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/X11/extensions/XInput.h b/include/X11/extensions/XInput.h
index b17f388..3fc9685 100644
--- a/include/X11/extensions/XInput.h
+++ b/include/X11/extensions/XInput.h
@@ -204,7 +204,7 @@ typedef struct
Display *display; /* Display the event was read from */
Window window; /* "event" window reported relative to */
XID deviceid;
- Window root; /* root window event occured on */
+ Window root; /* root window event occurred on */
Window subwindow; /* child window */
Time time; /* milliseconds */
int x, y; /* x, y coordinates in event window */
@@ -236,7 +236,7 @@ typedef struct {
Display *display; /* Display the event was read from */
Window window; /* "event" window reported relative to */
XID deviceid;
- Window root; /* root window that the event occured on */
+ Window root; /* root window that the event occurred on */
Window subwindow; /* child window */
Time time; /* milliseconds */
int x, y; /* x, y coordinates in event window */
@@ -269,7 +269,7 @@ typedef struct
Display *display; /* Display the event was read from */
Window window; /* "event" window reported relative to */
XID deviceid;
- Window root; /* root window that the event occured on */
+ Window root; /* root window that the event occurred on */
Window subwindow; /* child window */
Time time; /* milliseconds */
int x, y; /* x, y coordinates in event window */