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.22 by gregl, Sun Jan 4 08:32:01 1998 UTC vs.
Revision 3.23 by gregl, Tue Jan 6 05:26:19 1998 UTC

# Line 199 | Line 199 | dev_close()                    /* close our display */
199   }
200  
201  
202 +
203 + dev_clear()                     /* clear our quadtree */
204 + {
205 +        qtCompost(100);
206 +        if (ncolors > 0)
207 +                new_ctab(ncolors);
208 +        rayqleft = 0;                   /* hold off update */
209 + }
210 +
211 +
212   int
213   dev_view(nv)                    /* assign new driver view */
214   VIEW    *nv;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines