1 // Copyright 2019-2023 The Khronos Group Inc.
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 
5 // "xcb/xcb.h" for non-X11 compilation environment
6 
7 typedef int xcb_connection_t;
8 typedef int xcb_window_t;
9 typedef int xcb_visualid_t;
10