[Xcb-commit] src
Josh Triplett
josh at kemper.freedesktop.org
Sun Oct 8 18:19:11 PDT 2006
src/xcbxlib.h | 3 +++
1 files changed, 3 insertions(+)
New commits:
diff-tree 7f74dd6b643f7769701c31587bf3cfa9c5a8e980 (from 431f210bbb20e39a24ac879af5f2a8a7744e6a6c)
Author: Josh Triplett <josh at freedesktop.org>
Date: Sun Oct 8 18:16:14 2006 -0700
Add note to xcbxlib.h that nothing except Xlib/XCB should use it.
diff --git a/src/xcbxlib.h b/src/xcbxlib.h
index 00c76fc..4cb5cd4 100644
--- a/src/xcbxlib.h
+++ b/src/xcbxlib.h
@@ -25,6 +25,9 @@
* authorization from the authors.
*/
+/* This include file declares functions used by Xlib/XCB, but nothing else
+ * should ever use these functions or link to libxcb-xlib. */
+
#ifndef __XCBXLIB_H
#define __XCBXLIB_H
More information about the xcb-commit
mailing list