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

Comparing ray/src/hd/rhd_x11.c (file contents):
Revision 3.20 by gregl, Thu Jan 1 13:00:15 1998 UTC vs.
Revision 3.22 by gregl, Sun Jan 4 08:32:01 1998 UTC

# Line 174 | Line 174 | char  *id;
174          dev_input();                    /* sets size and view angles */
175                                          /* allocate our leaf pile */
176          if (!qtAllocLeaves(DisplayWidth(ourdisplay,ourscreen) *
177 <                        DisplayHeight(ourdisplay,ourscreen) /
178 <                        (qtMinNodesiz*qtMinNodesiz)))
177 >                        DisplayHeight(ourdisplay,ourscreen) * 3 /
178 >                        (qtMinNodesiz*qtMinNodesiz*2)))
179                  error(SYSTEM, "insufficient memory for leaf storage");
180          odev.name = id;
181          odev.ifd = ConnectionNumber(ourdisplay);
# Line 604 | Line 604 | register XKeyPressedEvent  *ekey;
604                  if (ncolors > 0)
605                          new_ctab(ncolors);
606                  inpresflags |= DFL(DC_REDRAW);  /* resend values from server */
607 +                rayqleft = 0;                   /* hold off update */
608                  return;
609          case 'K':                       /* kill rtrace process(es) */
610                  inpresflags |= DFL(DC_KILL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines