about summary refs log tree commit diff
path: root/other/pamx/fill.h
blob: 1f316d0b189022e9f8340a6f32e3f941ffd22ef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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