From 7f74dd6b643f7769701c31587bf3cfa9c5a8e980 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 8 Oct 2006 18:16:14 -0700 Subject: [PATCH] Add note to xcbxlib.h that nothing except Xlib/XCB should use it. --- src/xcbxlib.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1