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.12 by gwlarson, Tue Nov 24 17:05:35 1998 UTC vs.
Revision 3.14 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1998 Silicon Graphics, Inc. */
2 <
3 < /* SCCSid "$SunId$ SGI" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Header for holodeck display drivers.
4   */
# Line 45 | 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