xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t
authorAlexander Mezin <mezin.alexander@gmail.com>
Sun, 29 Jun 2014 10:33:48 +0000 (17:33 +0700)
committerDaniel Martin <consume.noise@gmail.com>
Mon, 28 Jul 2014 18:36:32 +0000 (20:36 +0200)
commit70ea5da64b34336bb0916f6c325545cb50746159
tree500ab7a26f64c95b383fba9f4f285275681d6e8a
parent7e6af51b4e984f661fe4f21596cab5cb8ee15ea0
xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t

These structs are typedef'ed in xproto.h, so in xcb.h these types
(without 'struct') are actually undefined.

GCC reports this as error when building precompiled header.

Signed-off-by: Alexander Mezin <mezin.alexander@gmail.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
src/xcb.h