mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-03-02 15:00:46 +00:00
9 lines
135 B
C
9 lines
135 B
C
|
#ifndef _XRANDR_H_
|
||
|
#define _XRANDR_H_
|
||
|
|
||
|
// "X11/extensions/Xrandr.h" for non-X11 compilation environment
|
||
|
|
||
|
typedef int RROutput;
|
||
|
|
||
|
#endif
|