projects
/
imager.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Various changes:
[imager.git]
/
rendert.h
Commit
Line
Data
9c106321
TC
1
#ifndef IMAGER_RENDERT_H
2
#define IMAGER_RENDERT_H
3
4
typedef struct {
5
int magic;
6
i_img *im;
7
i_color *line_8;
8
i_fcolor *line_double;
9
int width;
10
} i_render;
11
12
#endif