ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/newsconstants.h
Revision: 2.1
Committed: Tue Nov 12 17:09:31 1991 UTC (32 years, 6 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.4: +0 -0 lines
Log Message:
updated revision number for release 2.0

File Contents

# Content
1 #define textareaheight 150
2 #define textbottom 10
3 #define thefont /Times-Bold
4 #define fontheight 18
5 #define textbackgroundRED .85
6 #define textbackgroundGREEN .85
7 #define textbackgroundBLUE .75
8 #define textcursor (|)
9 #define textshadowgray .85
10 #define gammacorrection 1.0
11
12 #define inputbuffer nws_inputbuffer
13 #define pos nws_pos
14 #define gamma nws_gamma
15
16 #define painter nws_painter
17 #define printer nws_printer
18 #define getinput nws_getinput
19 #define initcanvas cps_initcanvas
20 #define box cps_box
21 #define cleanup cps_cleanup
22 #define printout cps_printout
23 #define linefeed cps_linefeed
24 #define getclick cps_getclick
25 #define isready cps_isready
26 #define startcomin cps_startcomin
27 #define endcomin cps_endcomin
28 #define getkey cps_getkey
29 #define delete cps_delete
30