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

Comparing ray/src/px/x11raster.h (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:28 2003 UTC vs.
Revision 2.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 4 | Line 4
4   *
5   *      3/1/90
6   */
7 + #ifndef _RAD_X11RASTER_H_
8 + #define _RAD_X11RASTER_H_
9  
10 + #ifdef __cplusplus
11 + extern "C" {
12 + #endif
13 +
14 +
15   typedef struct {
16          Display *disp;                          /* the display */
17          int     screen;                         /* the screen */
# Line 29 | Line 36 | extern XRASTER *make_raster();
36  
37   #define put_raster(d,xdst,ydst,xr) patch_raster(d,0,0,xdst,ydst, \
38                                  (xr)->image->width,(xr)->image->height,xr)
39 +
40 + #ifdef __cplusplus
41 + }
42 + #endif
43 + #endif /* _RAD_X11RASTER_H_ */
44 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines