1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00
Files
wmaker/wrlib/libwraster.map
Christophe CURIS 654dcfeb28 wrlib: merged both R*FlipImage function into one for the public API
It is generally not a good idea to have an API with a high number of
functions because it adds complexity for user and for maintainability,
so both function have been "merged" into a single RFlipImage with
a parameter to specify what flip is expected.

As a bonus, the function can perform both flips at once if wanted.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
2014-07-06 01:07:55 +01:00

102 lines
2.2 KiB
Plaintext

/* libwraster.map - libtool symbol version script for libwraster
* Copyright (c) 2010 Andreas Metzler
*
* This file is part of the Raster graphics library
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
LIBWRASTER3
{
global:
RBevelImage;
RBlurImage;
RClearImage;
RCloneImage;
RCombineArea;
RCombineAreaWithOpaqueness;
RCombineImages;
RCombineImagesWithOpaqueness;
RCombineImageWithColor;
RConvertImage;
RConvertImageMask;
RCopyArea;
RCreateContext;
RDestroyContext;
RCreateImage;
RCreateImageFromDrawable;
RCreateImageFromXImage;
RCreateXImage;
RDestroyXImage;
RDrawLine;
RDrawLines;
RDrawSegments;
RErrorCode;
RFillImage;
RGetClosestXColor;
RGetImageFileFormat;
RGetImageFromXPMData;
RGetPixel;
RGetSubImage;
RGetXImage;
RHSVtoRGB;
RLightImage;
RLoadImage;
RMakeCenteredImage;
RMakeTiledImage;
RMessageForError;
ROperateLine;
ROperateLines;
ROperatePixel;
ROperatePixels;
ROperateRectangle;
ROperateSegments;
RPutPixel;
RPutPixels;
RPutXImage;
RReleaseImage;
RRenderGradient;
RRenderInterwovenGradient;
RRenderMultiGradient;
RRetainImage;
RRGBtoHSV;
RRotateImage;
RFlipImage;
RSaveImage;
RScaleImage;
RShutdown;
RSmoothScaleImage;
RSupportedFileFormats;
local:
# _edata
# _end
# _fini
# _init
# __bss_start
# calculateCombineArea
# contrib
# R_CreateXImageMappedPixmap
# RLoadGIF
# RLoadJPEG
# RLoadPNG
# RLoadPPM
# RLoadTIFF
# RLoadXPM
# RSaveXPM
# _wraster_change_filter
# WRasterLibVersion
*;
};