| 1 |
< |
/* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 2 |
< |
|
| 3 |
< |
/* SCCSid "$SunId$ SGI" */ |
| 4 |
< |
|
| 1 |
> |
/* RCSid: $Id$ */ |
| 2 |
|
/* |
| 3 |
|
* Header for holodeck display drivers. |
| 4 |
|
*/ |
| 15 |
|
#define DR_KILL 8 /* kill rtrace process(es) */ |
| 16 |
|
#define DR_RESTART 9 /* restart rtrace */ |
| 17 |
|
#define DR_CLOBBER 10 /* clobber holodeck */ |
| 18 |
+ |
#define DR_VIEWPOINT 11 /* set desired eye position */ |
| 19 |
|
|
| 20 |
|
/* server responses */ |
| 21 |
|
#define DS_BUNDLE 32 /* computed bundle */ |
| 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 |
|
/* |