mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
#ifdefe'd #include bench,h
This commit is contained in:
@@ -418,9 +418,6 @@ CLIST *contrib; /* array of contribution lists */
|
|||||||
#define CLAMP(v,l,h) ((v)<(l) ? (l) : (v) > (h) ? (h) : v)
|
#define CLAMP(v,l,h) ((v)<(l) ? (l) : (v) > (h) ? (h) : v)
|
||||||
|
|
||||||
|
|
||||||
#include "bench.h"
|
|
||||||
|
|
||||||
|
|
||||||
RImage*
|
RImage*
|
||||||
RSmoothScaleImage(RImage *src, unsigned new_width, unsigned new_height)
|
RSmoothScaleImage(RImage *src, unsigned new_width, unsigned new_height)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user