diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-31 16:43:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-31 16:43:13 +0000 |
commit | ba77e8bba9c3ad84d9a1afab7fac0fe726dfabf7 (patch) | |
tree | cd143e510be129f16d461efa31fce1563a66bd8d /lib/libxcb/src/sync.h | |
parent | 9bcb81d30c73c6e487cc5a3ef5c5664164ef06e3 (diff) |
regen for xcb-proto 1.5
Diffstat (limited to 'lib/libxcb/src/sync.h')
-rw-r--r-- | lib/libxcb/src/sync.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libxcb/src/sync.h b/lib/libxcb/src/sync.h index f60210ceb..50665c286 100644 --- a/lib/libxcb/src/sync.h +++ b/lib/libxcb/src/sync.h @@ -491,6 +491,8 @@ typedef struct xcb_sync_alarm_notify_event_t { xcb_sync_int64_t counter_value; /**< */ xcb_sync_int64_t alarm_value; /**< */ xcb_timestamp_t timestamp; /**< */ + uint8_t state; /**< */ + uint8_t pad0[3]; /**< */ } xcb_sync_alarm_notify_event_t; /** |