10 lines
225 B
C
10 lines
225 B
C
|
|
// Copyright 2019-2021 The Khronos Group Inc.
|
||
|
|
//
|
||
|
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
// "xcb/xcb.h" for non-X11 compilation environment
|
||
|
|
|
||
|
|
typedef int xcb_connection_t;
|
||
|
|
typedef int xcb_window_t;
|
||
|
|
typedef int xcb_visualid_t;
|