]> git.imager.perl.org - imager.git/blobdiff - rendert.h
commit changes from draw branch
[imager.git] / rendert.h
index 8b34a97a9f0a50ab60a4dc8fb0df1c7060749adc..2eb79a2567632475e262379ff403094fc5cd023b 100644 (file)
--- a/rendert.h
+++ b/rendert.h
@@ -4,9 +4,14 @@
 typedef struct {
   int magic;
   i_img *im;
 typedef struct {
   int magic;
   i_img *im;
+
+  int line_width;
   i_color *line_8;
   i_fcolor *line_double;
   i_color *line_8;
   i_fcolor *line_double;
-  int width;
+
+  int fill_width;
+  i_color *fill_line_8;
+  i_fcolor *fill_line_double;
 } i_render;
 
 #endif
 } i_render;
 
 #endif