Browse Source

* fixed newHighMode constant

Jonas Maebe 25 years ago
parent
commit
206ea5435c
1 changed files with 6 additions and 3 deletions
  1. 6 3
      rtl/inc/graph/graphh.inc

+ 6 - 3
rtl/inc/graph/graphh.inc

@@ -381,7 +381,7 @@ type
        m2048x1536 = 30015;
 
        lowNewMode = 30001;
-       highNewMode = 30013;
+       highNewMode = 30015;
 
        resolutions: array[lowNewMode..highNewMode] of TResolutionRec =
        ((x:320;y:200),
@@ -804,7 +804,10 @@ Function GetDriverName: string;
 
 {
   $Log$
-  Revision 1.8  2000-06-19 01:18:19  carl
+  Revision 1.9  2000-06-19 08:57:52  jonas
+    * fixed newHighMode constant
+
+  Revision 1.8  2000/06/19 01:18:19  carl
     * bugfix of comments with tp.
     + Added Amiga/Atari graphics modes
 
@@ -834,4 +837,4 @@ Function GetDriverName: string;
       is now in graph.pp
     * ggigraph unit for linux added
 
-}
+}