mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-01 11:28:00 +02:00
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.
14 lines
202 B
C
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_ */
|