Update Math-BigInt-FastCalc Perl distribution to 0.5018 for Perl 5.36 and 5.38
[oi-userland.git] / components / x11 / libXfixes / mapfile-vers
blobdf25a50954851a08fb63e79fa979ebb4d1979b28
2 # Copyright (c) 2006, 2015, 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 # XFIXES_0.0 represents the X11R6.8 / XFixes 2.0 version
27 XFIXES_0.0 {
28     global:
29 # XFixes 1.0:
30         XFixesQueryExtension;
31         XFixesQueryVersion;
32         XFixesVersion;
34         XFixesChangeSaveSet;
35         XFixesSelectSelectionInput;
36         XFixesSelectCursorInput;
37         XFixesGetCursorImage;
39 # XFixes 2.0:
40         XFixesCreateRegion;
41         XFixesCreateRegionFromBitmap;
42         XFixesCreateRegionFromWindow;
43         XFixesCreateRegionFromGC;
44         XFixesCreateRegionFromPicture;
46         XFixesDestroyRegion;
47         XFixesSetRegion;
48         XFixesCopyRegion;
49         XFixesUnionRegion;
50         XFixesIntersectRegion;
51         XFixesSubtractRegion;
52         XFixesInvertRegion;
53         XFixesTranslateRegion;
54         XFixesRegionExtents;
55         XFixesFetchRegion;
56         XFixesFetchRegionAndBounds;
58         XFixesSetGCClipRegion;
59         XFixesSetWindowShapeRegion;
60         XFixesSetPictureClipRegion;
62         XFixesGetCursorName;
63         XFixesSetCursorName;
64         XFixesChangeCursor;
65         XFixesChangeCursorByName;
67     local:
68         *;
71 XFIXES_2.0 {} XFIXES_0.0;
73 # XFixes 3.0:
74 XFIXES_3.0 {
75     global:
76         XFixesExpandRegion;
77 } XFIXES_2.0;
79 # XFixes 4.0 was the first version to have an API with Sun stability
80 # declared above External/Volatile, so it became the initial SUNW_1.1 version.
81 SUNW_1.1 {
82     global:
83         XFixesHideCursor;
84         XFixesShowCursor;
85 } XFIXES_3.0;
87 XFIXES_4.0 {} SUNW_1.1;
89 XFIXES_5.0 {
90     global:
91         XFixesCreatePointerBarrier;
92         XFixesDestroyPointerBarrier;
93 } XFIXES_4.0;
95 XFIXES_6.0 {
96     global:
97         XFixesSetClientDisconnectMode;
98         XFixesGetClientDisconnectMode;
99 } XFIXES_5.0;