xorg-libx11/src/Xintconn.h
Josh Triplett 15e5eaf628 Remove support for building without XCB
And there was much rejoicing.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>

Consensus on #xorg-devel agrees with removing --without-xcb; in
particular, acks from Adam Jackson, Daniel Stone, Kristian Høgsberg,
Julien Cristau, and Rémi Cardona.
2010-06-03 22:19:14 -07:00

14 lines
202 B
C

#ifndef _XINTCONN_H_
#define _XINTCONN_H_ 1
#include <X11/Xfuncproto.h>
_XFUNCPROTOBEGIN
/* OpenDis.c */
extern void _XFreeDisplayStructure(Display *dpy);
_XFUNCPROTOEND
#endif /* _XINTCONN_H_ */