summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/X11/Xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/vulkan/tests/X11/Xlib.h')
-rw-r--r--codegen/vulkan/tests/X11/Xlib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/codegen/vulkan/tests/X11/Xlib.h b/codegen/vulkan/tests/X11/Xlib.h
new file mode 100644
index 00000000..c3800e90
--- /dev/null
+++ b/codegen/vulkan/tests/X11/Xlib.h
@@ -0,0 +1,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