1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 14:24:14 +01:00

smoothed scaling

This commit is contained in:
kojima
1999-04-28 20:37:39 +00:00
parent 76827c72d1
commit aac9a006d0
6 changed files with 402 additions and 96 deletions

View File

@@ -696,6 +696,37 @@ RConvertImageMask(RContext *context, RImage *image, Pixmap *pixmap,
}
int
RSmoothScaleBorderConvertImage(RContext *context, RImage *image,
int newWidth, int newHeight, int borderType,
Pixmap *pixmap)
{
return False;
}
int
RScaleBorderConvertImage(RContext *context, RImage *image,
int newWidth, int newHeight, int borderType,
Pixmap *pixmap)
{
return False;
}
Bool
RGetClosestXColor(RContext *context, RColor *color, XColor *retColor)
{