summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/Imager/include/rendert.h
blob: 2eb79a2567632475e262379ff403094fc5cd023b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef IMAGER_RENDERT_H
#define IMAGER_RENDERT_H

typedef struct {
  int magic;
  i_img *im;

  int line_width;
  i_color *line_8;
  i_fcolor *line_double;

  int fill_width;
  i_color *fill_line_8;
  i_fcolor *fill_line_double;
} i_render;

#endif