Browse Source

* installedfonts changed to smallint, because that generates better code on the i8086

git-svn-id: trunk@25686 -
nickysn 12 years ago
parent
commit
694b4ea7a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/inc/graph.inc

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

@@ -98,7 +98,7 @@ var
   { information for Text Output routines }
   CurrentTextInfo : TextSettingsType;
   CurrentXRatio, CurrentYRatio: graph_float;
-  installedfonts: longint;  { Number of installed fonts }
+  installedfonts: smallint;  { Number of installed fonts }
 
 
   StartXViewPort: smallint; { absolute }