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

Comparing ray/src/px/xshowtrace.c (file contents):
Revision 1.3 by greg, Mon Sep 24 12:21:06 1990 UTC vs.
Revision 1.4 by greg, Fri Dec 21 17:24:45 1990 UTC

# Line 43 | Line 43 | char   *argv[];
43   {
44          int     i;
45          char    combuf[256];
46        Cursor  curs;
46  
47          progname = argv[0];
48          for (i = 1; i < argc-2; i++)
# Line 175 | Line 174 | double ipt[2];
174          XWindowAttributes       wa;
175          XColor  xc;
176          XGCValues       gcv;
177 <        int     pm, rx, ry, wx, wy, rw, cw;
177 >        int     rx, ry, wx, wy;
178 >        Window  rw, cw;
179 >        unsigned int    pm;
180                                          /* compute pointer location */
181          if (gwind == 0) {
182                  XQueryPointer(theDisplay, rwind, &rw, &gwind,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines