ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/newsconstants.h
Revision: 2.2
Committed: Sat Feb 22 02:07:28 2003 UTC (21 years, 1 month ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R6P1, rad3R5, rad3R6
Changes since 2.1: +1 -0 lines
Log Message:
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

File Contents

# Content
1 /* RCSid: $Id$ */
2 #define textareaheight 150
3 #define textbottom 10
4 #define thefont /Times-Bold
5 #define fontheight 18
6 #define textbackgroundRED .85
7 #define textbackgroundGREEN .85
8 #define textbackgroundBLUE .75
9 #define textcursor (|)
10 #define textshadowgray .85
11 #define gammacorrection 1.0
12
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