summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/X11/extensions/Xrandr.h
blob: fc0d7c29e54b580a3096435fe18393386d96b3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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