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/shm.h | |
parent | 9bcb81d30c73c6e487cc5a3ef5c5664164ef06e3 (diff) |
regen for xcb-proto 1.5
Diffstat (limited to 'lib/libxcb/src/shm.h')
-rw-r--r-- | lib/libxcb/src/shm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxcb/src/shm.h b/lib/libxcb/src/shm.h index 1e60ba78a..bcb60d81f 100644 --- a/lib/libxcb/src/shm.h +++ b/lib/libxcb/src/shm.h @@ -46,10 +46,10 @@ typedef struct xcb_shm_completion_event_t { uint8_t pad0; /**< */ uint16_t sequence; /**< */ xcb_drawable_t drawable; /**< */ - xcb_shm_seg_t shmseg; /**< */ uint16_t minor_event; /**< */ uint8_t major_event; /**< */ uint8_t pad1; /**< */ + xcb_shm_seg_t shmseg; /**< */ uint32_t offset; /**< */ } xcb_shm_completion_event_t; |