--- ray/src/hd/rhd_x11.c 1998/01/04 08:32:01 3.22 +++ ray/src/hd/rhd_x11.c 1998/01/06 05:26:19 3.23 @@ -199,6 +199,16 @@ dev_close() /* close our display */ } + +dev_clear() /* clear our quadtree */ +{ + qtCompost(100); + if (ncolors > 0) + new_ctab(ncolors); + rayqleft = 0; /* hold off update */ +} + + int dev_view(nv) /* assign new driver view */ VIEW *nv;