blob: fc0d7c29e54b580a3096435fe18393386d96b3db [file] [log] [blame]
// 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