ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/newsconstants.h
Revision: 2.3
Committed: Fri Nov 5 03:31:38 2004 UTC (20 years, 6 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 2.2: +1 -1 lines
State: FILE REMOVED
Log Message:
Removed unused programs and files from distribution (sources to CVS attic)

File Contents

# User Rev Content
1 greg 2.3 /* RCSid: $Id: newsconstants.h,v 2.2 2003/02/22 02:07:28 greg Exp $ */
2 greg 1.3 #define textareaheight 150
3     #define textbottom 10
4 greg 1.1 #define thefont /Times-Bold
5 greg 1.3 #define fontheight 18
6     #define textbackgroundRED .85
7 greg 1.1 #define textbackgroundGREEN .85
8     #define textbackgroundBLUE .75
9 greg 1.3 #define textcursor (|)
10 greg 1.1 #define textshadowgray .85
11 greg 1.4 #define gammacorrection 1.0
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