From 1fd361a1ea06e44286c213ca1f814f49306fdc43 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 19 Aug 2006 03:12:28 +0000 Subject: Create Subversion repository git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamx/fill.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 other/pamx/fill.h (limited to 'other/pamx/fill.h') diff --git a/other/pamx/fill.h b/other/pamx/fill.h new file mode 100644 index 00000000..1f316d0b --- /dev/null +++ b/other/pamx/fill.h @@ -0,0 +1,16 @@ +#ifndef FILL_H_INCLUDED +#define FILL_H_INCLUDED + +#include "ximageinfo.h" + +struct Image; + +void +fill(struct Image * const imageP, + unsigned int const fx, + unsigned int const fy, + unsigned int const fw, + unsigned int const fh, + Pixel const pixval); + +#endif -- cgit 1.4.1