mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 03:48:04 +02:00
Mark _XNextRequest as hidden
It's only used inside XNextRequest(), so doesn't need to be exported. Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
a72d2d06c0
commit
3f41d8a7f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue