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

TDBufInfo

Double buffer structure

Declaration

Source position: agraphics.pas line 1229

type TDBufInfo = record

  dbi_Link1: APTR;

  

  dbi_Count1: ULONG;

  

  dbi_SafeMessage: TMessage;

  

Replied to when safe to write to old bitmap

  dbi_UserData1: APTR;

  

First user data

  dbi_Link2: APTR;

  

  dbi_Count2: ULONG;

  

  dbi_DispMessage: TMessage;

  

Replied to when new bitmap has been displayed at least once

  dbi_UserData2: APTR;

  

Second user data

  dbi_MatchLong: ULONG;

  

  dbi_CopPtr1: APTR;

  

  dbi_CopPtr2: APTR;

  

  dbi_CopPtr3: APTR;

  

  dbi_BeamPos1: Word;

  

  dbi_BeamPos2: Word;

  

end;

See also

AllocDBufInfo

  

Allocate structure for multi-buffered animation

ChangeVPBitMap

  

Change display memory address for multi-buffered animation

FreeDBufInfo

  

Free information for multi-buffered animation


Documentation generated on: 2017-01-10