Add note to xcbxlib.h that nothing except Xlib/XCB should use it.
This commit is contained in:
parent
431f210bbb
commit
7f74dd6b64
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue