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:
committed by
Carlos R. Mafra
parent
cd29983e03
commit
654dcfeb28
@@ -72,8 +72,7 @@ LIBWRASTER3
|
||||
RRetainImage;
|
||||
RRGBtoHSV;
|
||||
RRotateImage;
|
||||
RVerticalFlipImage;
|
||||
RHorizontalFlipImage;
|
||||
RFlipImage;
|
||||
RSaveImage;
|
||||
RScaleImage;
|
||||
RShutdown;
|
||||
|
||||
Reference in New Issue
Block a user