From ba09c29c29ca19f698bc8f6000c4005d3d89f2dd Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Wed, 30 Apr 1997 03:45:57 +0200
Subject: [PATCH] =?UTF-8?q?eh,=20b=C3=A4ttre=20doc=20och=20uppdaterad=20do?=
 =?UTF-8?q?c...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Rev: src/modules/Image/Makefile.in:1.4
Rev: src/modules/Image/dct.c:1.6
---
 src/modules/Image/Makefile.in | 2 +-
 src/modules/Image/dct.c       | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/modules/Image/Makefile.in b/src/modules/Image/Makefile.in
index 4b6060645e..fdd8a99c41 100644
--- a/src/modules/Image/Makefile.in
+++ b/src/modules/Image/Makefile.in
@@ -1,7 +1,7 @@
 SRCDIR=@srcdir@
 VPATH=@srcdir@:@srcdir@/../..:../..
 OBJS = image.o font.o quant.o lzw.o togif.o matrix.o pnm.o blit.o \
-	pattern.o dct.o operator.o x.o
+	pattern.o dct.o operator.o x.o colortable.o polyfill.o
 MODNAME=image
 
 @SET_MAKE@
diff --git a/src/modules/Image/dct.c b/src/modules/Image/dct.c
index 942988ed9a..a7bab6da10 100644
--- a/src/modules/Image/dct.c
+++ b/src/modules/Image/dct.c
@@ -1,4 +1,4 @@
-/* $Id: dct.c,v 1.5 1997/04/03 07:00:13 mirar Exp $ */
+/* $Id: dct.c,v 1.6 1997/04/30 01:45:57 mirar Exp $ */
 
 /*
 **! module Image
@@ -51,6 +51,10 @@ static const double pi=3.14159265358979323846;
 **!
 **!	This functionality is actually added as an
 **!	true experiment, but works...
+**!
+**! note
+**!	Do NOT use this function if you don't know what 
+**!     you're dealing with! Read some signal theory first...
 **! returns the new image object
 **! arg int newx
 **! arg int newy
-- 
GitLab