about summary refs log tree commit diff
path: root/other/pamx/fill.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamx/fill.h')
-rw-r--r--other/pamx/fill.h16
1 files changed, 16 insertions, 0 deletions
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