NAME MakeVPort -- generate display copper list for a viewport. SYNOPSIS MakeVPort( view, viewport ) a0 a1 void MakeVPort( struct view *, struct viewport * ); FUNCTION Uses information in the view, viewport, viewport->rasinfo to construct and intermediate copper list for this viewport. INPUTS view - pointer to a view structure viewport - pointer to a viewport structure The viewport must have valid pointer to a RasInfo. RESULTS constructs intermediate copper list and puts pointers in viewport.DspIns If the colormap ptr in viewport is null then it uses colors from the default color table. If DUALPF in Modes then there must be a second RasInfo pointed to by the first RasInfo BUGS Narrow Viewports (whose righthand edge is less than 3/4 of the way across the display) still do not work properly. SEE ALSO initvport() mrgcop() graphics/view.h intuition.library/makescreen() intuition.library/remakedisplay() intuition.library/rethinkdisplay()