summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/X11/Xlib.h
blob: c3800e900a2b058ed6e037cf2be0b835fe019332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2019-2021 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