ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/newsconstants.h
Revision: 1.4
Committed: Thu Nov 7 16:34:54 1991 UTC (32 years, 6 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
news driver for SGI

File Contents

# User Rev Content
1 greg 1.3 #define textareaheight 150
2     #define textbottom 10
3 greg 1.1 #define thefont /Times-Bold
4 greg 1.3 #define fontheight 18
5     #define textbackgroundRED .85
6 greg 1.1 #define textbackgroundGREEN .85
7     #define textbackgroundBLUE .75
8 greg 1.3 #define textcursor (|)
9 greg 1.1 #define textshadowgray .85
10 greg 1.4 #define gammacorrection 1.0
11 greg 1.1
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