Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tScreenBuffer

Screen buffer structure

Declaration

Source position: intuition.pas line 2361

type tScreenBuffer = record

  sb_BitMap: pBitMap;

  

BitMap of this buffer

  sb_DBufInfo: pDBufInfo;

  

DBufInfo for this buffer

end;

Description

Intuition supports double-buffering in screens, with friendly interaction with menus and certain gadgets. For each buffer, you need to get one of these structures from the AllocScreenBuffer() call. Never allocate your own ScreenBuffer structures! The sb_DBufInfo field is for your use.

See also

AGraphics.AllocDBufInfo

  

Allocate structure for multi-buffered animation


Documentation generated on: 2021-07-30