1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 06:38:05 +01:00

wrlib: new headers to contain definition of internal stuff

Using local function prototype redefinition is dangerous, now a single
prototype is seen in all the files that are concerned.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2014-06-14 19:34:06 +02:00
committed by Carlos R. Mafra
parent 6c3cd08dad
commit 96a6e4da1e
7 changed files with 67 additions and 7 deletions

View File

@@ -35,6 +35,7 @@
#include <assert.h>
#include "wraster.h"
#include "scale.h"
/*
*----------------------------------------------------------------------
@@ -246,7 +247,7 @@ static double Mitchell_filter(double t)
static double (*filterf)(double) = Mitchell_filter;
static double fwidth = Mitchell_support;
void _wraster_change_filter(int type)
void wraster_change_filter(int type)
{
switch (type) {
case RBoxFilter: