Browse Source

* TVESAModeInfo.WinFunct changed to farpointer

git-svn-id: trunk@25683 -
nickysn 12 years ago
parent
commit
256600e5d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/msdos/vesah.inc

+ 1 - 1
packages/graph/src/msdos/vesah.inc

@@ -50,7 +50,7 @@ TYPE
     winSize        : word;  {in K}     { window size       (1.0)    }
     winASeg,                           { Window A Segment address (1.0) }
     winBSeg        : word;             { Window B Segment address (1.0) }
-    winFunct       : procedure;        { Function to swtich bank    }
+    winFunct       : farpointer;       { Function to swtich bank    }
     BytesPerScanLine: word;            {bytes per scan line (1.0)   }
     { extended information }
     xRes, yRes : word;    {pixels}