projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit changes from draw branch
[imager.git]
/
rendert.h
diff --git
a/rendert.h
b/rendert.h
index 8b34a97a9f0a50ab60a4dc8fb0df1c7060749adc..2eb79a2567632475e262379ff403094fc5cd023b 100644
(file)
--- a/
rendert.h
+++ b/
rendert.h
@@
-4,9
+4,14
@@
typedef struct {
int magic;
i_img *im;
+
+ int line_width;
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