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.15 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 3.16 by schorsch, Thu Jan 1 11:21:55 2004 UTC

# Line 5 | Line 5
5   #ifndef _RAD_RHDISP_H_
6   #define _RAD_RHDISP_H_
7  
8 + #include "color.h"
9 +
10   #ifdef __cplusplus
11   extern "C" {
12   #endif
# Line 65 | 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines