projects
/
platform
/
upstream
/
libxcb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
431f210
)
Add note to xcbxlib.h that nothing except Xlib/XCB should use it.
author
Josh Triplett
<josh@freedesktop.org>
Mon, 9 Oct 2006 01:16:14 +0000
(18:16 -0700)
committer
Josh Triplett
<josh@freedesktop.org>
Mon, 9 Oct 2006 01:16:14 +0000
(18:16 -0700)
src/xcbxlib.h
patch
|
blob
|
history
diff --git
a/src/xcbxlib.h
b/src/xcbxlib.h
index
00c76fc
..
4cb5cd4
100644
(file)
--- 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