]> git.imager.perl.org - imager.git/blobdiff - draw.h
various minor documentation updates and fixes
[imager.git] / draw.h
diff --git a/draw.h b/draw.h
index ef0eeed4cdea5044ea9a6fe975d91ab453160c21..3453de302b643dc9afc05803fa753ec53e9788e3 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -1,4 +1,4 @@
-#include "image.h"
+#include "imager.h"
 
 typedef struct {
   int min,max;
@@ -17,10 +17,5 @@ void i_mmarray_add(i_mmarray *ar,int x,int y);
 int i_mmarray_gmin(i_mmarray *ar,int y);
 int i_mmarray_getm(i_mmarray *ar,int y);
 void i_mmarray_render(i_img *im,i_mmarray *ar,i_color *val);
-static void i_arcdraw(int x1, int y1, int x2, int y2, i_mmarray *ar);
 void i_mmarray_info(i_mmarray *ar);
-void i_arc(i_img *im,int x,int y,float rad,float d1,float d2,i_color *val);
-void i_box(i_img *im,int x0,int y0,int x1,int y1,i_color *val);
-void i_line(i_img *im,int x1,int y1,int x2,int y2,i_color *val, int endp);
-void i_line_aa(i_img *im,int x1,int y1,int x2,int y2,i_color *val, int endp);