ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x11.c
(Generate patch)

Comparing ray/src/rt/x11.c (file contents):
Revision 1.13 by greg, Fri Mar 9 09:17:30 1990 UTC vs.
Revision 1.14 by greg, Mon Mar 12 11:08:48 1990 UTC

# Line 67 | Line 67 | static GC  ourgc = 0;                  /* our graphics context for dr
67  
68   static Colormap ourmap = 0;             /* our color map */
69  
70 < extern char  *malloc();
70 > extern char  *malloc(), *getcombuf();
71  
72 < int  x11_close(), x11_clear(), x11_paintr(), x11_errout(),
72 > static int  x11_close(), x11_clear(), x11_paintr(), x11_errout(),
73                  x11_getcur(), x11_comout(), x11_comin(), x11_flush();
74  
75   static struct driver  x11_driver = {
# Line 248 | Line 248 | static
248   x11_comin(inp, prompt)          /* read in a command line */
249   char  *inp, *prompt;
250   {
251 <        int  x11_getc(), x11_comout();
251 >        extern int  x11_getc();
252  
253          if (prompt != NULL)
254                  if (fromcombuf(inp, &x11_driver))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines