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 2.12 by greg, Fri Jun 4 14:48:52 1993 UTC vs.
Revision 2.13 by greg, Thu Nov 18 09:43:06 1993 UTC

# Line 78 | Line 78 | static struct driver  x11_driver = {
78          x11_comout, x11_comin, x11_flush, 1.0
79   };
80  
81 < static int  getpixels(), xnewcolr(), freepixels(),
82 <                getevent(), getkey(), fixwindow();
81 > static int  getpixels(), xnewcolr(), freepixels(), resizewindow(),
82 >                getevent(), getkey(), fixwindow(), x11_getc();
83   static unsigned long  true_pixel();
84  
85  
# Line 270 | Line 270 | static
270   x11_comin(inp, prompt)          /* read in a command line */
271   char  *inp, *prompt;
272   {
273        extern int  x11_getc();
274
273          if (prompt != NULL)
274                  if (fromcombuf(inp, &x11_driver))
275                          return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines