Source position: intuition.pas line 3519
function RemakeDisplay: LongInt; |
Returns zero for success, non-zero for failure. Probable cause of failure is failure of MakeVPort() or of MrgCop().
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.
|
Grand manipulation of the entire Intuition display. |
|
|
Do an Intuition-integrated MakeVPort() of a screen. |
|
|
Generate display copper list for a viewport. |
|
|
Merge together coprocessor instructions. |
|
|
Use a (possibly freshly created) coprocessor instruction list to create the current display. |