Fix XCBGetSetup to match prototype.
This commit is contained in:
parent
9472c251ae
commit
f5c4956a81
|
@ -169,7 +169,7 @@ static int write_vec(XCBConnection *c, struct iovec **vector, int *count)
|
||||||
|
|
||||||
/* Public interface */
|
/* Public interface */
|
||||||
|
|
||||||
XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)
|
const XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)
|
||||||
{
|
{
|
||||||
/* doesn't need locking because it's never written to. */
|
/* doesn't need locking because it's never written to. */
|
||||||
return c->setup;
|
return c->setup;
|
||||||
|
|
Loading…
Reference in New Issue