Sascha Ziemann
2017-05-29 12:34:10 UTC
I stumbled upon a problem in GCCXML with anonymous structs, while
analyzing the header xcb.h. As a result I would like to propose the
eliminate the anonymous structs. Most of the structs in the XCB
headers are not anonymous but have a name. Giving all structs a name
would make the type definitions more consistent.
The attached patch adds the missing struct names for xcb.h in libxcb.
analyzing the header xcb.h. As a result I would like to propose the
eliminate the anonymous structs. Most of the structs in the XCB
headers are not anonymous but have a name. Giving all structs a name
would make the type definitions more consistent.
The attached patch adds the missing struct names for xcb.h in libxcb.