1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-25 19:55:48 +01:00

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>
This commit is contained in:
Christophe CURIS
2014-07-04 23:28:37 +02:00
committed by Carlos R. Mafra
parent cd29983e03
commit 654dcfeb28
3 changed files with 39 additions and 7 deletions

View File

@@ -72,8 +72,7 @@ LIBWRASTER3
RRetainImage;
RRGBtoHSV;
RRotateImage;
RVerticalFlipImage;
RHorizontalFlipImage;
RFlipImage;
RSaveImage;
RScaleImage;
RShutdown;