mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:29:21 +02:00
* TVESAinfo.str changed to pFarChar
git-svn-id: trunk@25679 -
This commit is contained in:
parent
8a9634034a
commit
53d50f68c6
@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
TYPE
|
||||
pFarChar = ^char;far;
|
||||
|
||||
pModeList = ^tModeList;far;
|
||||
tModeList = Array [0..255] of word; {list of modes terminated by -1}
|
||||
@ -24,7 +25,7 @@ TYPE
|
||||
TVESAinfo = packed record { VESA Information request }
|
||||
signature : array [1..4] of char; { This should be VESA }
|
||||
version : word; { VESA revision }
|
||||
str : pChar; { pointer to OEM string }
|
||||
str : pFarChar; { pointer to OEM string }
|
||||
caps : longint; { video capabilities }
|
||||
modeList : pModeList; { pointer to SVGA modes }
|
||||
(* pad : array [18..260] of byte; { extra padding more then }
|
||||
|
Loading…
Reference in New Issue
Block a user