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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.6 by greg, Mon Jun 22 14:14:40 1992 UTC vs.
Revision 2.7 by greg, Tue Jul 7 18:36:09 1992 UTC

# Line 217 | Line 217 | getfile:
217                                  goto toomany;
218                          input[nfile].name = "<Label>";
219                          input[nfile].hasmin = input[nfile].hasmax = 0;
220 +                        input[nfile].xres = input[nfile-1].xres;
221 +                        input[nfile].yres = labelht;
222                          if ((input[nfile].fp = lblopen(thislabel,
223                                          &input[nfile].xres,
224                                          &input[nfile].yres)) == NULL)
# Line 337 | Line 339 | int  *xp, *yp;
339          char  com[128];
340          FILE  *fp;
341  
342 <        sprintf(com, "psign -s -.2 -h %d '%.30s'", labelht, s);
342 >        sprintf(com, "psign -s -.15 -a 2 -x %d -y %d '%.90s'", *xp, *yp, s);
343          if ((fp = popen(com, "r")) == NULL)
344                  return(NULL);
345          if (checkheader(fp, COLRFMT, NULL) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines