mapfile-vers revision 919
90N/A#
90N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
90N/A# Use is subject to license terms.
90N/A#
378N/A# Permission is hereby granted, free of charge, to any person obtaining a
90N/A# copy of this software and associated documentation files (the "Software"),
90N/A# to deal in the Software without restriction, including without limitation
90N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
90N/A# and/or sell copies of the Software, and to permit persons to whom the
90N/A# Software is furnished to do so, subject to the following conditions:
90N/A#
90N/A# The above copyright notice and this permission notice (including the next
90N/A# paragraph) shall be included in all copies or substantial portions of the
90N/A# Software.
90N/A#
90N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
90N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
90N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
90N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
90N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
90N/A# DEALINGS IN THE SOFTWARE.
90N/A#
90N/A#
90N/A#
90N/A
90N/AlibXrandr_1.0 {
90N/A global:
90N/A XRRQueryExtension;
90N/A XRRQueryVersion;
90N/A XRRGetScreenInfo;
90N/A XRRFreeScreenConfigInfo;
493N/A XRRSetScreenConfig;
90N/A XRRConfigRotations;
90N/A XRRConfigTimes;
90N/A XRRConfigSizes;
493N/A XRRConfigCurrentConfiguration;
90N/A XRRRootToScreen;
90N/A XRRSelectInput;
493N/A XRRRotations;
90N/A XRRSizes;
90N/A XRRTimes;
90N/A local:
90N/A *;
90N/A};
90N/A
90N/AlibXrandr_1.1 {
90N/A global:
90N/A XRRSetScreenConfigAndRate;
90N/A XRRConfigRates;
493N/A XRRConfigCurrentRate;
90N/A XRRRates;
90N/A} libXrandr_1.0;
493N/A
90N/A
90N/AlibXrandr_1.2 {
493N/A global:
90N/A XRRGetScreenSizeRange;
90N/A XRRSetScreenSize;
90N/A XRRGetScreenResources;
90N/A XRRFreeScreenResources;
90N/A XRRGetOutputInfo;
493N/A XRRFreeOutputInfo;
90N/A XRRListOutputProperties;
90N/A XRRQueryOutputProperty;
90N/A XRRConfigureOutputProperty;
XRRChangeOutputProperty;
XRRDeleteOutputProperty;
XRRGetOutputProperty;
XRRAllocModeInfo;
XRRCreateMode;
XRRDestroyMode;
XRRAddOutputMode;
XRRDeleteOutputMode;
XRRFreeModeInfo;
XRRGetCrtcInfo;
XRRFreeCrtcInfo;
XRRSetCrtcConfig;
XRRGetCrtcGammaSize;
XRRGetCrtcGamma;
XRRAllocGamma;
XRRSetCrtcGamma;
XRRFreeGamma;
XRRUpdateConfiguration;
} libXrandr_1.1;
libXrandr_1.3 {
global:
XRRGetScreenResourcesCurrent;
XRRSetCrtcTransform;
XRRGetCrtcTransform;
XRRGetPanning;
XRRFreePanning;
XRRSetPanning;
XRRSetOutputPrimary;
XRRGetOutputPrimary;
} libXrandr_1.2;