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

Comparing ray/src/meta/x11plot.c (file contents):
Revision 1.3 by greg, Mon Oct 8 18:07:57 2007 UTC vs.
Revision 1.4 by greg, Wed Nov 21 18:51:05 2007 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12  
13   #include  "plot.h"
14  
15 + #include "string.h"
16 +
17   #undef  TRUE
18  
19   #undef  FALSE
20  
21   #include  <X11/Xlib.h>
22  
23 + extern void     replay(int xmin, int ymin, int xmax, int ymax);
24  
25   #define  BORWIDTH  5
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines