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.13 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 3.14 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 42 | Line 42
42   #endif
43  
44   typedef struct {
45 <        int2    type;           /* message type */
46 <        int4    nbytes;         /* number of additional bytes */
45 >        int16   type;           /* message type */
46 >        int32   nbytes;         /* number of additional bytes */
47   } MSGHEAD;              /* message head */
48  
49   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines