diff options
Diffstat (limited to 'hw/dmx/dmx.h')
-rw-r--r-- | hw/dmx/dmx.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/dmx/dmx.h b/hw/dmx/dmx.h index 8e0e98f75..3a50391ac 100644 --- a/hw/dmx/dmx.h +++ b/hw/dmx/dmx.h @@ -100,11 +100,14 @@ typedef struct _DMXQueue { typedef void (*ReplyProcPtr) (ScreenPtr pScreen, unsigned int sequence, - xcb_generic_reply_t *reply); + xcb_generic_reply_t *reply, + xcb_generic_error_t *error, + void *data); typedef struct _DMXRequest { DMXSequence base; ReplyProcPtr reply; + void *data; } DMXRequest; typedef struct _DMXPropTrans { |