diff options
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 4a01f6f..e122f2f 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -154,6 +154,7 @@ typedef struct _xcb_in { #if HAVE_SENDMSG _xcb_fd in_fd; #endif + struct xcb_special_event *special_events; } _xcb_in; int _xcb_in_init(_xcb_in *in); |