| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * x11image.c - driver for X-windows | |
| # | Line 625 | Line 625 | getevent() /* process the next event */ | |
| 625 | traceray(xpos, ypos) /* print requested pixel data */ | |
| 626 | int xpos, ypos; | |
| 627 | { | |
| 628 | – | extern char *index(); |
| 628 | FLOAT hv[2]; | |
| 629 | FVECT rorg, rdir; | |
| 630 | COLOR cval; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |