X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/9b1ec2b8d2aae25c8864e28af1e7c85e78ca9575..87f238394e4ad1b35d6e0e3bceeae49068bb396c:/rendert.h diff --git a/rendert.h b/rendert.h index 2eb79a25..3aa2470a 100644 --- a/rendert.h +++ b/rendert.h @@ -1,17 +1,19 @@ #ifndef IMAGER_RENDERT_H #define IMAGER_RENDERT_H -typedef struct { +#include "imdatatypes.h" + +struct i_render_tag { int magic; i_img *im; - int line_width; + i_img_dim line_width; i_color *line_8; i_fcolor *line_double; - int fill_width; + i_img_dim fill_width; i_color *fill_line_8; i_fcolor *fill_line_double; -} i_render; +}; #endif