It's only used inside XNextRequest(), so doesn't need to be exported.

Signed-off-by: Julien Cristau <[email protected]>
---
 src/Xxcbint.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Xxcbint.h b/src/Xxcbint.h
index bf41c23..64298d0 100644
--- a/src/Xxcbint.h
+++ b/src/Xxcbint.h
@@ -46,6 +46,7 @@ typedef struct _X11XCBPrivate {
 int _XConnectXCB(Display *dpy, _Xconst char *display, int *screenp);
 void _XFreeX11XCBStructure(Display *dpy);
 
+_X_HIDDEN
 unsigned long _XNextRequest(Display *dpy);
 
 #endif /* XXCBINT_H */
-- 
2.1.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to