13 lines
224 B
C
13 lines
224 B
C
|
|
// Copyright 2019-2021 The Khronos Group Inc.
|
||
|
|
//
|
||
|
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
#ifndef _XRANDR_H_
|
||
|
|
#define _XRANDR_H_
|
||
|
|
|
||
|
|
// "X11/extensions/Xrandr.h" for non-X11 compilation environment
|
||
|
|
|
||
|
|
typedef int RROutput;
|
||
|
|
|
||
|
|
#endif
|