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

tMUI_PubScreenDesc

Declaration

Source position: mui.pas line 216

type tMUI_PubScreenDesc = record

  Version: LONG;

  Name: array [0..(PSD_MAXLEN_NAME)-1] of char;

  Title: array [0..(PSD_MAXLEN_TITLE)-1] of char;

  Font: array [0..(PSD_MAXLEN_FONT)-1] of char;

  Background: array [0..(PSD_MAXLEN_BACKGROUND)-1] of char;

  DisplayID: ULONG;

  DisplayWidth: Word;

  DisplayHeight: Word;

  DisplayDepth: Byte;

  OverscanType: Byte;

  AutoScroll: Byte;

  NoDrag: Byte;

  Exclusive: Byte;

  Interleaved: Byte;

  SysDefault: Byte;

  Behind: Byte;

  AutoClose: Byte;

  CloseGadget: Byte;

  DummyWasForeign: Byte;

  SystemPens: array [0..(PSD_MAXSYSPENS)-1] of Byte;

  Reserved: array [0..((1+(7*4))-PSD_MAXSYSPENS)-1] of Byte;

  Palette: array [0..(PSD_NUMCOLS)-1] of tMUI_RGBcolor;

  rsvd: array [0..(PSD_MAXSYSPENS-PSD_NUMCOLS)-1] of tMUI_RGBcolor;

  rsvd2: array [0..(PSD_MAXMUIPENS)-1] of tMUI_PenSpec;

  Changed: LONG;

  UserData: APTR;

end;


Documentation generated on: 2023-03-18