Initial Commit
This commit is contained in:
19
database/perl/vendor/lib/Imager/include/rendert.h
vendored
Normal file
19
database/perl/vendor/lib/Imager/include/rendert.h
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef IMAGER_RENDERT_H
|
||||
#define IMAGER_RENDERT_H
|
||||
|
||||
#include "imdatatypes.h"
|
||||
|
||||
struct i_render_tag {
|
||||
int magic;
|
||||
i_img *im;
|
||||
|
||||
i_img_dim line_width;
|
||||
i_color *line_8;
|
||||
i_fcolor *line_double;
|
||||
|
||||
i_img_dim fill_width;
|
||||
i_color *fill_line_8;
|
||||
i_fcolor *fill_line_double;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user