On 05/ 1/15 04:50 AM, Julien Cristau wrote:
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 */


Makes sense, and since this was just added last year, no one should have
mistakenly tried to depend on it yet (even if they got around it not being
in a public header).

Reviewed-by: Alan Coopersmith <[email protected]>

--
        -Alan Coopersmith-              [email protected]
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
[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