// Copyright 2019-2023 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