Unit 'SVGALib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#svgalib]

vga_modeinfo

Declaration

Source position: svgalib.pp line 227

type vga_modeinfo = record

  width: LongInt;

  height: LongInt;

  bytesperpixel: LongInt;

  colors: LongInt;

  linewidth: LongInt;

  maxlogicalwidth: LongInt;

  startaddressrange: LongInt;

  maxpixels: LongInt;

  haveblit: LongInt;

  flags: LongInt;

  chiptype: LongInt;

  memory: LongInt;

  linewidth_unit: LongInt;

  linear_aperture: PChar;

  aperture_size: LongInt;

  set_aperture_page: procedure(

  page: LongInt

);

  extensions: Pointer;

end;


Documentation generated on: 2023-03-18