mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-11 13:57:01 +00:00
11 lines
167 B
C
11 lines
167 B
C
|
#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
|