From a7be905cf4423239285228d4e23caf2172adfa8b Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 25 Jul 2009 12:56:00 +0000 Subject: Forgotten in previous commit --- libX11/src/Xprivate.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libX11/src/Xprivate.h (limited to 'libX11/src/Xprivate.h') diff --git a/libX11/src/Xprivate.h b/libX11/src/Xprivate.h new file mode 100644 index 000000000..c2c7a0749 --- /dev/null +++ b/libX11/src/Xprivate.h @@ -0,0 +1,15 @@ +/* Copyright (C) 2008 Jamey Sharp, Josh Triplett + * This file is licensed under the MIT license. See the file COPYING. + * + * As Xlibint.h has long become effectively public API, this header exists + * for new private functions that nothing outside of libX11 should call. + */ + +#ifndef XPRIVATE_H +#define XPRIVATE_H + +extern int _XIDHandler(Display *dpy); +extern void _XSetPrivSyncFunction(Display *dpy); +extern void _XSetSeqSyncFunction(Display *dpy); + +#endif /* XPRIVATE_H */ -- cgit v1.2.3