mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-07 11:58:04 +02:00
Fix XCBGetSetup to match prototype.
This commit is contained in:
parent
9472c251ae
commit
f5c4956a81
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ static int write_vec(XCBConnection *c, struct iovec **vector, int *count)
|
|||
|
||||
/* Public interface */
|
||||
|
||||
XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)
|
||||
const XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)
|
||||
{
|
||||
/* doesn't need locking because it's never written to. */
|
||||
return c->setup;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue