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

Comparing ray/src/rt/x11twind.c (file contents):
Revision 2.2 by greg, Fri May 29 15:25:13 1992 UTC vs.
Revision 2.4 by gwlarson, Wed Jun 17 13:34:10 1998 UTC

# Line 22 | Line 22 | static char SCCSid[] = "$SunId$ LBL";
22  
23   #ifndef  BSD
24   #define  bzero(d,n)             (void)memset(d,0,n)
25 extern char  *memset();
25   #endif
26  
27   #define checkcurs(t)            if ((t)->cursor) togglecurs(t)
# Line 35 | Line 34 | extern char  *memset();
34   #define YStart(f)               ((f)->ascent)
35  
36   extern  char  *calloc(), *malloc();
37 +
38 + static  togglecurs();
39  
40  
41   TEXTWIND *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines