Browse Source

* Increase mode name length, Win32 needs 26 at least

git-svn-id: trunk@40511 -
michael 6 years ago
parent
commit
5e22121c21
1 changed files with 1 additions and 1 deletions
  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;