cleanup composer/compositing/composition -> compositor
[AROS.git] / workbench / prefs / Editor / Sample.h
blob9bd6e3d5b7dc97aeb1f96517d750ca245b16b457
1 /** Simple constants definition **/
3 #ifndef SAMPLE_H
4 #define SAMPLE_H
6 #define SAMPLE_HEI 50
7 #define EXTEND_RIG 30
9 #define LINE1 "/**********************************************************"
10 #define LINE2 "** jed.c : An simple, fast and efficient text editor **"
11 #define LINE3 "** Written by T.Pierron and C.Guillaume. **"
12 #define LINE4 "** Started on august 1998. **"
13 #define LINE5 "**-------------------------------------------------------**"
15 /** Setup mini-gui for sample **/
16 void init_sample(struct Window *, PREFS *, WORD top);
18 /** Render piece of JanoEditor **/
19 void render_sample(struct Window *, UBYTE what);
21 /** Free allocated things **/
22 void free_sample(void);
24 #endif