1e5c31af7Sopenharmony_ci// Copyright 2019-2024 The Khronos Group Inc.
2e5c31af7Sopenharmony_ci//
3e5c31af7Sopenharmony_ci// SPDX-License-Identifier: Apache-2.0
4e5c31af7Sopenharmony_ci
5e5c31af7Sopenharmony_ci#ifndef _X11_XLIB_H_
6e5c31af7Sopenharmony_ci#define _X11_XLIB_H_
7e5c31af7Sopenharmony_ci
8e5c31af7Sopenharmony_ci// "X11/Xlib.h" for non-X11 compilation environment
9e5c31af7Sopenharmony_ci
10e5c31af7Sopenharmony_citypedef int Display;
11e5c31af7Sopenharmony_citypedef int Window;
12e5c31af7Sopenharmony_citypedef int VisualID;
13e5c31af7Sopenharmony_ci
14e5c31af7Sopenharmony_ci#endif
15