ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/newsconstants.h
Revision: 1.3
Committed: Tue Aug 21 16:31:47 1990 UTC (33 years, 8 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.2: +6 -7 lines
Log Message:
fixed compatibility problems btwn. Sun and SGI

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 2.2
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