diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 22:17:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 22:17:45 +0000 |
commit | ef1fee6355ca8af7a92b2507cc046eebcaaed462 (patch) | |
tree | e1e97c01ea1e621709bfd9e43bad7ae7c5761d6d /lib/libXext/include/X11 | |
parent | bd1ef69ba92d022efe5df104df396e4a27515bd1 (diff) |
Update to libXext 1.3.2
Diffstat (limited to 'lib/libXext/include/X11')
-rw-r--r-- | lib/libXext/include/X11/extensions/sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXext/include/X11/extensions/sync.h b/lib/libXext/include/X11/extensions/sync.h index d3a239f66..31b1be064 100644 --- a/lib/libXext/include/X11/extensions/sync.h +++ b/lib/libXext/include/X11/extensions/sync.h @@ -203,7 +203,7 @@ typedef struct { } XSyncCounterNotifyEvent; typedef struct { - int type; /* event base + XSyncCounterNotify */ + int type; /* event base + XSyncAlarmNotify */ 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 */ |