File: pcalmpaper.h

package info (click to toggle)
pcal 4.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 688 kB
  • ctags: 949
  • sloc: ansic: 6,800; csh: 245; makefile: 136; sh: 57
file content (21 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/***************************************
					$Header$

					
***************************************/


#ifndef PCALMPAPER_H
#define PCALMPAPER_H    /*+ To stop multiple inclusions. +*/

typedef struct {
  const char *name,*ps_size;
  int width,height,daywidth,dayheight_l,dayheight_p;
  double xsval_l,ysval_l,xsval_p,ysval_p,xsval,ysval;
  int xtval_l,ytval_l,xtval_p,ytval_p,xtval,ytval;
} Mpaper;

Mpaper *
mpaper_init(void);

#endif /* PCALMPAPER_H */