ソースを参照

+ introduced OldEnhancedVideoBuf

git-svn-id: branches/unicodekvm@48468 -
nickysn 4 年 前
コミット
0d1fef96a1
1 ファイル変更2 行追加1 行削除
  1. 2 1
      packages/rtl-console/src/inc/videoh.inc

+ 2 - 1
packages/rtl-console/src/inc/videoh.inc

@@ -125,7 +125,8 @@ var
   OldVideoBuf  : PVideoBuf;
   VideoBufSize : Longint;
   CursorLines  : Byte;
-  EnhancedVideoBuf: TEnhancedVideoBuf;
+  EnhancedVideoBuf,
+  OldEnhancedVideoBuf: TEnhancedVideoBuf;
 
 const {The following constants were variables in the past.
        - Lowascii was set to true if ASCII characters < 32 were available