ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhdisp.h
(Generate patch)

Comparing ray/src/hd/rhdisp.h (file contents):
Revision 3.14 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 3.16 by schorsch, Thu Jan 1 11:21:55 2004 UTC

# Line 2 | Line 2
2   /*
3   * Header for holodeck display drivers.
4   */
5 + #ifndef _RAD_RHDISP_H_
6 + #define _RAD_RHDISP_H_
7  
8 + #include "color.h"
9 +
10 + #ifdef __cplusplus
11 + extern "C" {
12 + #endif
13 +
14                                  /* display requests */
15   #define DR_NOOP         0               /* to release from vain DR_ATTEN */
16   #define DR_BUNDLE       1               /* lone bundle request */
# Line 59 | Line 67 | typedef struct {
67   * The standard output will always be available for writing, though it
68   * may go to /dev/null.
69   */
70 +
71 +
72 +        /* rhdisp.c */
73 + extern void serv_request(int type, int nbytes, char *p);
74 + extern int serv_result(void);
75 +        /* rhdisp2.c */
76 + extern int beam_sync(int all);
77 + extern void beam_init(int fresh);
78 + //extern int16 * beam_view(VIEW *vn, int hr, int vr);
79 +        /* rhdisp2.c, rhdisp3.c */
80 + extern void gridlines(void (*f)(FVECT wp[2]));
81 +        /* rhd_ctab.c */
82 + extern int new_ctab(int ncolors);
83 + extern int get_pixel(BYTE rgb[3], void (*set_pixel)(int h, int r, int g, int b));
84 +
85 +
86 + #ifdef __cplusplus
87 + }
88 + #endif
89 + #endif /* _RAD_RHDISP_H_ */
90 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines