projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9472c25
)
Fix XCBGetSetup to match prototype.
author
Ian Osgood
<iano@quirkster.com>
Tue, 14 Mar 2006 19:53:01 +0000
(11:53 -0800)
committer
Ian Osgood
<iano@quirkster.com>
Tue, 14 Mar 2006 19:53:01 +0000
(11:53 -0800)
src/xcb_conn.c
patch
|
blob
|
history
diff --git
a/src/xcb_conn.c
b/src/xcb_conn.c
index
51f8eaa
..
1e93137
100644
(file)
--- a/
src/xcb_conn.c
+++ b/
src/xcb_conn.c
@@
-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;