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/xfixes.h | |
parent | 9bcb81d30c73c6e487cc5a3ef5c5664164ef06e3 (diff) |
regen for xcb-proto 1.5
Diffstat (limited to 'lib/libxcb/src/xfixes.h')
-rw-r--r-- | lib/libxcb/src/xfixes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libxcb/src/xfixes.h b/lib/libxcb/src/xfixes.h index 3f2c83ef5..4d7eb0900 100644 --- a/lib/libxcb/src/xfixes.h +++ b/lib/libxcb/src/xfixes.h @@ -236,6 +236,10 @@ typedef struct xcb_xfixes_bad_region_error_t { uint16_t sequence; /**< */ } xcb_xfixes_bad_region_error_t; +typedef enum xcb_xfixes_region_enum_t { + XCB_XFIXES_REGION_NONE +} xcb_xfixes_region_enum_t; + /** Opcode for xcb_xfixes_create_region. */ #define XCB_XFIXES_CREATE_REGION 5 |