]> git.imager.perl.org - imager.git/blobdiff - plug.h
fixed incorrect filename for t/t93podcover.t in MANIFEST
[imager.git] / plug.h
diff --git a/plug.h b/plug.h
index 6eaffd6280eab736aba6fd35d40bb40880ac207e..e3583fca2cc8113fdfa40ac8ed7054e426981c3b 100644 (file)
--- a/plug.h
+++ b/plug.h
@@ -1,4 +1,4 @@
-#include "image.h"
+#include "imager.h"
 
 /* structures for passing data between Imager-plugin and the Imager-module */
 
 #define i_img_setmask(im,ch_mask) (symbol_table->i_img_setmask(im,ch_mask))
 #define i_img_getmask(im) (symbol_table->i_img_getmask(im))
 
+/*
+Not needed?  The i_gpix() macro in image.h will call the right function
+directly.
 #define i_ppix(im,x,y,val) (symbol_table->i_ppix(im,x,y,val))
 #define i_gpix(im,x,y,val) (symbol_table->i_gpix(im,x,y,val))
+*/
 
 #define i_box(im, x1, y1, x2, y2,val) (symbol_table->i_box(im, x1, y1, x2, y2,val))
 #define i_draw(im, x1, y1, x2, y2,val) (symbol_table->i_draw(im, x1, y1, x2, y2,val))