1 // Copyright 2019-2022 The Khronos Group Inc. 2 // 3 // SPDX-License-Identifier: Apache-2.0 4 5 #ifndef _XRANDR_H_ 6 #define _XRANDR_H_ 7 8 // "X11/extensions/Xrandr.h" for non-X11 compilation environment 9 10 typedef int RROutput; 11 12 #endif 13