blob: c99e42383a695868da65bdb66403bdb1cff82388 [file] [log] [blame]
// Copyright 2019-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: Apache-2.0
#ifndef _X11_XLIB_H_
#define _X11_XLIB_H_
// "X11/Xlib.h" for non-X11 compilation environment
typedef int Display;
typedef int Window;
typedef int VisualID;
#endif