| # | Line 186 | Line 186 | int block; | |
|---|---|---|
| 186 | case DR_VIEWPOINT: /* set target eye position */ | |
| 187 | if (msg.nbytes != sizeof(VIEWPOINT)) | |
| 188 | error(INTERNAL, "bad DR_VIEWPOINT from display process"); | |
| 189 | < | copystruct(&myeye, (VIEWPOINT *)buf); |
| 189 | > | myeye = *((VIEWPOINT *)buf); |
| 190 | break; | |
| 191 | case DR_ATTEN: /* block for priority request */ | |
| 192 | if (msg.nbytes) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |