dfbapi: font display changes
[physik/nlsop.git] / nlsop.h
1 /*
2  * nlsop headers
3  *
4  * author: hackbard@hackdaworld.dyndns.org
5  *
6  */
7
8 #ifndef NLSOP_H
9 #define NLSOP_H
10
11 typedef unsigned int u32;
12
13 typedef struct __info
14 {
15  int cc,steps,range;
16  double a_el,b_el,a_cd,b_cd,a_ap,b_ap;
17 } info;
18
19 #define AMORPH 1
20
21 #define A_EL 1.
22 #define B_EL .0
23
24 #define X 50
25 #define Y 50
26 #define Z 100
27
28 #define STEPS 100000
29 #define RANGE 3
30 #define REFRESH 20
31
32 #define A_CD 1.
33 #define B_CD .0
34
35 #define CC 0
36
37 #define A_AP .1
38 #define B_AP .2
39
40 #define MAX_CHARS 64
41 #define MAX_TXT 32
42 #define MAX_ARGV 27
43
44 #endif /* NLSOP_H */