From 23cf19aad368e794357fb9fdcabd3ad412056b96 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 22 Nov 2010 04:23:10 +0000 Subject: --- src/lib/XDither.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/XDither.c') diff --git a/src/lib/XDither.c b/src/lib/XDither.c index e3c15df0..d766633d 100644 --- a/src/lib/XDither.c +++ b/src/lib/XDither.c @@ -1,7 +1,7 @@ /* Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. All rights reserved. - Copyright (C) Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -60,7 +60,7 @@ char XDitherBits[] = { 0x05, 0x07, 0x07, 0x07, 0x07, 0x07 }; -#include "XDither.H1" +#include "XDither.h" Pixmap XDither[XDitherMax]; unsigned int DITHERINIT = 0; -- cgit v1.2.3