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

Comparing ray/src/px/x11image.c (file contents):
Revision 2.57 by greg, Mon Mar 10 17:26:26 2003 UTC vs.
Revision 2.58 by schorsch, Sun Jun 8 12:03:10 2003 UTC

# Line 125 | Line 125 | Atom  closedownAtom, wmProtocolsAtom;
125  
126   int  sigrecv;
127  
128 < int  onsig() { sigrecv++; }
128 > void  onsig(int i) { sigrecv++; }
129  
130  
131   main(argc, argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines