ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/newsconstants.h
Revision: 1.2
Committed: Tue Jul 17 11:36:10 1990 UTC (33 years, 9 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
revised versions with bug fixes for SGI

File Contents

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