1 // SPDX-FileCopyrightText: Copyright 2012 Intel Corporation
2 // SPDX-License-Identifier: BSD-2-Clause
8 #include <X11/Xlib-xcb.h>
12 xcb_connection_t
*xcb
;
17 x11_display_init(struct x11_display
*self
, const char *name
);
20 x11_display_teardown(struct x11_display
*self
);