mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
smoothed scaling
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user