[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

RemakeDisplay

Declaration

Source position: intuition.pas line 3251

function RemakeDisplay: LongInt;

Function result

Returns zero for success, non-zero for failure. Probable cause of failure is failure of MakeVPort() or of MrgCop().

Description

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.

See also

RethinkDisplay

  

Grand manipulation of the entire Intuition display.

MakeScreen

  

Do an Intuition-integrated MakeVPort() of a screen.

MakeVPort

  

Generate display copper list for a viewport.

MrgCop

  

Merge together coprocessor instructions.

LoadView

  

Use a (possibly freshly created) coprocessor instruction list to create the current display.


Documentation generated on: 2017-01-10