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