NAME RemakeDisplay -- Remake the entire Intuition display. SYNOPSIS RemakeDisplay() VOID RemakeDisplay( VOID ); FUNCTION This is the big one. This procedure remakes the entire view structure for the Intuition display. It does the equivalent of makescreen() for every screen in the system, and then it calls the internal equivalent of rethinkdisplay(). WARNING: This routine can take many milliseconds to run, so do not use it lightly. Calling makescreen() followed by rethinkdisplay() is typically a more efficient method for affecting changes to a single screen's viewport. INPUTS None RESULT None BUGS SEE ALSO makescreen(), rethinkdisplay(), graphics.library/makevport() graphics.library/mrgcop(), graphics.library/loadview()