fmt: update to 11.1.2
[oi-userland.git] / components / x11 / libXrandr / mapfile-vers
blob1d73350f75b75ce68b4d6f8b308a3381f4a67a04
2 # Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
4 # Permission is hereby granted, free of charge, to any person obtaining a
5 # copy of this software and associated documentation files (the "Software"),
6 # to deal in the Software without restriction, including without limitation
7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 # and/or sell copies of the Software, and to permit persons to whom the
9 # Software is furnished to do so, subject to the following conditions:
11 # The above copyright notice and this permission notice (including the next
12 # paragraph) shall be included in all copies or substantial portions of the
13 # Software.
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 # DEALINGS IN THE SOFTWARE.
22
26 libXrandr_1.0 {
27     global:
28         XRRQueryExtension;
29         XRRQueryVersion;
30         XRRGetScreenInfo;
31         XRRFreeScreenConfigInfo;
32         XRRSetScreenConfig;
33         XRRConfigRotations;
34         XRRConfigTimes;
35         XRRConfigSizes;
36         XRRConfigCurrentConfiguration;
37         XRRRootToScreen;
38         XRRSelectInput;
39         XRRRotations;
40         XRRSizes;
41         XRRTimes;
42     local:
43         *;
46 libXrandr_1.1 {
47     global:
48         XRRSetScreenConfigAndRate;
49         XRRConfigRates;
50         XRRConfigCurrentRate;
51         XRRRates;
52 } libXrandr_1.0;
55 libXrandr_1.2 {
56     global:
57         XRRGetScreenSizeRange;
58         XRRSetScreenSize;
59         XRRGetScreenResources;
60         XRRFreeScreenResources;
61         XRRGetOutputInfo;
62         XRRFreeOutputInfo;
63         XRRListOutputProperties;
64         XRRQueryOutputProperty;
65         XRRConfigureOutputProperty;
66         XRRChangeOutputProperty;
67         XRRDeleteOutputProperty;
68         XRRGetOutputProperty;
69         XRRAllocModeInfo;
70         XRRCreateMode;
71         XRRDestroyMode;
72         XRRAddOutputMode;
73         XRRDeleteOutputMode;
74         XRRFreeModeInfo;
75         XRRGetCrtcInfo;
76         XRRFreeCrtcInfo;
77         XRRSetCrtcConfig;
78         XRRGetCrtcGammaSize;
79         XRRGetCrtcGamma;
80         XRRAllocGamma;
81         XRRSetCrtcGamma;
82         XRRFreeGamma;
83         XRRUpdateConfiguration;
84 } libXrandr_1.1;
86 libXrandr_1.3 {
87     global:
88         XRRGetScreenResourcesCurrent;
89         XRRSetCrtcTransform;
90         XRRGetCrtcTransform;
91         XRRGetPanning;
92         XRRFreePanning;
93         XRRSetPanning;
94         XRRSetOutputPrimary;
95         XRRGetOutputPrimary;
96 } libXrandr_1.2;
98 libXrandr_1.4 {
99     global:
100         XRRChangeProviderProperty;
101         XRRConfigureProviderProperty;
102         XRRDeleteProviderProperty;
103         XRRFreeProviderInfo;
104         XRRFreeProviderResources;
105         XRRGetProviderInfo;
106         XRRGetProviderProperty;
107         XRRGetProviderResources;
108         XRRListProviderProperties;
109         XRRQueryProviderProperty;
110         XRRSetProviderOffloadSink;
111         XRRSetProviderOutputSource;
112 } libXrandr_1.3;
114 libXrandr_1.5 {
115     global:
116         XRRGetMonitors;
117         XRRSetMonitor;
118         XRRDeleteMonitor;
119         XRRAllocateMonitor;
120         XRRFreeMonitors;
121 } libXrandr_1.4;