68N/A#
1475N/A# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
68N/A#
68N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
68N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
68N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
68N/A#
68N/A#
68N/A#
68N/A
87N/A# XFIXES_0.0 represents the X11R6.8 / XFixes 2.0 version
68N/AXFIXES_0.0 {
68N/A global:
87N/A# XFixes 1.0:
87N/A XFixesQueryExtension;
87N/A XFixesQueryVersion;
87N/A XFixesVersion;
87N/A
87N/A XFixesChangeSaveSet;
68N/A XFixesSelectSelectionInput;
87N/A XFixesSelectCursorInput;
87N/A XFixesGetCursorImage;
87N/A
87N/A# XFixes 2.0:
87N/A XFixesCreateRegion;
87N/A XFixesCreateRegionFromBitmap;
87N/A XFixesCreateRegionFromWindow;
87N/A XFixesCreateRegionFromGC;
87N/A XFixesCreateRegionFromPicture;
87N/A
87N/A XFixesDestroyRegion;
87N/A XFixesSetRegion;
68N/A XFixesCopyRegion;
68N/A XFixesUnionRegion;
87N/A XFixesIntersectRegion;
87N/A XFixesSubtractRegion;
87N/A XFixesInvertRegion;
87N/A XFixesTranslateRegion;
87N/A XFixesRegionExtents;
87N/A XFixesFetchRegion;
87N/A XFixesFetchRegionAndBounds;
87N/A
87N/A XFixesSetGCClipRegion;
87N/A XFixesSetWindowShapeRegion;
68N/A XFixesSetPictureClipRegion;
87N/A
68N/A XFixesGetCursorName;
68N/A XFixesSetCursorName;
68N/A XFixesChangeCursor;
68N/A XFixesChangeCursorByName;
87N/A
68N/A local:
68N/A *;
68N/A};
68N/A
87N/AXFIXES_2.0 {} XFIXES_0.0;
87N/A
87N/A# XFixes 3.0:
87N/AXFIXES_3.0 {
87N/A global:
87N/A XFixesExpandRegion;
87N/A} XFIXES_2.0;
87N/A
87N/A# XFixes 4.0 was the first version to have an API with Sun stability
87N/A# declared above External/Volatile, so it became the initial SUNW_1.1 version.
87N/ASUNW_1.1 {
87N/A global:
87N/A XFixesHideCursor;
87N/A XFixesShowCursor;
87N/A} XFIXES_3.0;
87N/A
87N/AXFIXES_4.0 {} SUNW_1.1;
1475N/A
1475N/AXFIXES_5.0 {
1475N/A global:
1475N/A XFixesCreatePointerBarrier;
1475N/A XFixesDestroyPointerBarrier;
1475N/A} XFIXES_4.0;