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

Comparing ray/src/px/xraster.h (file contents):
Revision 3.3 by greg, Fri Jun 27 06:53:22 2003 UTC vs.
Revision 3.4 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   * xraster.h - header file for X routines using images.
4   */
5 + #ifndef _RAD_XRASTER_H_
6 + #define _RAD_XRASTER_H_
7  
8 + #ifdef __cplusplus
9 + extern "C" {
10 + #endif
11 +
12   typedef struct {
13          int     width, height;                  /* image size */
14          int     ncolors;                        /* number of colors */
# Line 19 | Line 25 | typedef struct {
25   extern int      *map_rcolors();
26  
27   extern Pixmap   make_rpixmap();
28 +
29 + #ifdef __cplusplus
30 + }
31 + #endif
32 + #endif /* _RAD_XRASTER_H_ */
33 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines