summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-10-08 18:16:14 -0700
committerJosh Triplett <josh@freedesktop.org>2006-10-08 18:16:14 -0700
commit7f74dd6b643f7769701c31587bf3cfa9c5a8e980 (patch)
tree541ba0ae3ff096be3b2f4debe2080cf8225755c8
parent431f210bbb20e39a24ac879af5f2a8a7744e6a6c (diff)
Add note to xcbxlib.h that nothing except Xlib/XCB should use it.
-rw-r--r--src/xcbxlib.h3
1 files changed, 3 insertions, 0 deletions
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