summaryrefslogtreecommitdiff
path: root/dist/xcb-util/event
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-31 16:49:16 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-31 16:49:16 +0000
commit165fb2bfdea2998f1b9f57124a0f56380a04f19d (patch)
tree9b4b552d3efba4bda0a21d7e03bf89c9288da754 /dist/xcb-util/event
parent10954743c34459bae532d815a69d7bba341545aa (diff)
update to xcb-util 0.3.5
Diffstat (limited to 'dist/xcb-util/event')
-rw-r--r--dist/xcb-util/event/event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/xcb-util/event/event.c b/dist/xcb-util/event/event.c
index ce83d6e66..1332a33c6 100644
--- a/dist/xcb-util/event/event.c
+++ b/dist/xcb-util/event/event.c
@@ -35,6 +35,7 @@
void
xcb_event_handlers_init(xcb_connection_t *c, xcb_event_handlers_t *evenths)
{
+ memset(evenths, 0, sizeof(xcb_event_handlers_t));
evenths->c = c;
}