ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rholo4.c
Revision: 3.1
Committed: Fri Oct 31 10:23:29 1997 UTC (26 years, 5 months ago) by gregl
Content type: text/plain
Branch: MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 gregl 3.1 /* Copyright (c) 1997 Silicon Graphics, Inc. */
2    
3     #ifndef lint
4     static char SCCSid[] = "$SunId$ SGI";
5     #endif
6    
7     /*
8     * Holodeck display process communication
9     */
10    
11     #include "rholo.h"
12     #include "rhdisp.h"
13    
14    
15     open_display(dname) /* open a display process */
16     char *dname;
17     {
18     error(INTERNAL, "display process unimplemented");
19     }
20    
21    
22     disp_check(block) /* check display process */
23     int block;
24     {
25     return(1);
26     }
27    
28    
29     disp_packet(p) /* display a packet */
30     register PACKET *p;
31     {
32     }