# | 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 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |