Xprivate.h revision 61b2299d
161b2299dSmrg/* Copyright (C) 2008 Jamey Sharp, Josh Triplett
261b2299dSmrg * This file is licensed under the MIT license. See the file COPYING.
361b2299dSmrg *
461b2299dSmrg * As Xlibint.h has long become effectively public API, this header exists
561b2299dSmrg * for new private functions that nothing outside of libX11 should call.
661b2299dSmrg */
761b2299dSmrg
861b2299dSmrg#ifndef XPRIVATE_H
961b2299dSmrg#define XPRIVATE_H
1061b2299dSmrg
1161b2299dSmrgextern int _XIDHandler(Display *dpy);
1261b2299dSmrgextern void _XSetPrivSyncFunction(Display *dpy);
1361b2299dSmrgextern void _XSetSeqSyncFunction(Display *dpy);
1461b2299dSmrg
1561b2299dSmrg#endif /* XPRIVATE_H */
16