diff options
author | marha <marha@users.sourceforge.net> | 2010-08-24 09:19:29 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-24 09:19:29 +0000 |
commit | d23cfa7fb93fc22ea11fd25d50aecb10582e32b2 (patch) | |
tree | 9d4ecabe1468173bd22c4aed9d5a132e8dfe2d03 /libX11/src/Xxcbint.h | |
parent | a3f15e28f545a51f0a0139c38944ed324bafb94f (diff) | |
download | vcxsrv-d23cfa7fb93fc22ea11fd25d50aecb10582e32b2.tar.gz vcxsrv-d23cfa7fb93fc22ea11fd25d50aecb10582e32b2.tar.bz2 vcxsrv-d23cfa7fb93fc22ea11fd25d50aecb10582e32b2.zip |
libX11 git update 24/8/2010
Diffstat (limited to 'libX11/src/Xxcbint.h')
-rw-r--r-- | libX11/src/Xxcbint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/Xxcbint.h b/libX11/src/Xxcbint.h index 06636ce86..15423c407 100644 --- a/libX11/src/Xxcbint.h +++ b/libX11/src/Xxcbint.h @@ -40,7 +40,7 @@ typedef struct _X11XCBPrivate { /* xcb_disp.c */
-int _XConnectXCB(Display *dpy, _Xconst char *display, char **fullnamep, int *screenp);
+int _XConnectXCB(Display *dpy, _Xconst char *display, int *screenp);
void _XFreeX11XCBStructure(Display *dpy);
#endif /* XXCBINT_H */
|