浏览代码

* Increase mode name length, Win32 needs 26 at least

git-svn-id: trunk@40511 -
michael 6 年之前
父节点
当前提交
5e22121c21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/graph/src/inc/graphh.inc

+ 1 - 1
packages/graph/src/inc/graphh.inc

@@ -618,7 +618,7 @@ TYPE
       MaxY: word;                { Max. column.                    }
       DirectColor: boolean;         { Is this a direct color mode??   }
       Hardwarepages: byte;          { total number of image pages - 1 }
-      ModeName: String[18];
+      ModeName: String[32];
       { necessary hooks ... }
       DirectPutPixel : DefPixelProc;
       GetPixel       : GetPixelProc;