1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00
Files
wmaker/wrlib/libwraster.map
David Maciejak 8708b62cea wrlib: add a function to draw rectangles
it appears that such kind of function was missing from the lib
2014-05-11 15:47:39 +01:00

101 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;
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
*;
};