Xprivate.h revision 61b2299d
1/* Copyright (C) 2008 Jamey Sharp, Josh Triplett
2 * This file is licensed under the MIT license. See the file COPYING.
3 *
4 * As Xlibint.h has long become effectively public API, this header exists
5 * for new private functions that nothing outside of libX11 should call.
6 */
7
8#ifndef XPRIVATE_H
9#define XPRIVATE_H
10
11extern int _XIDHandler(Display *dpy);
12extern void _XSetPrivSyncFunction(Display *dpy);
13extern void _XSetSeqSyncFunction(Display *dpy);
14
15#endif /* XPRIVATE_H */
16