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

TScreenModeRequester

Declaration

Source position: asl.pas line 269

type TScreenModeRequester = record

  sm_DisplayID: LongWord;

  sm_DisplayWidth: LongWord;

  sm_DisplayHeight: LongWord;

  sm_DisplayDepth: Word;

  sm_OverscanType: Word;

  sm_AutoScroll: WordBool;

  sm_BitMapWidth: LongWord;

  sm_BitMapHeight: LongWord;

  sm_LeftEdge: SmallInt;

  sm_TopEdge: SmallInt;

  sm_Width: SmallInt;

  sm_Height: SmallInt;

  sm_InfoOpened: WordBool;

  sm_InfoLeftEdge: SmallInt;

  sm_InfoTopEdge: SmallInt;

  sm_InfoWidth: SmallInt;

  sm_InfoHeight: SmallInt;

  sm_UserData: APTR;

end;


Documentation generated on: 2017-01-10