Browse Source

* fix build failure in non graph mode

pierre 23 years ago
parent
commit
e28681b3ce
2 changed files with 12 additions and 6 deletions
  1. 6 3
      fv/gfvgraph.pas
  2. 6 3
      fvision/gfvgraph.pas

+ 6 - 3
fv/gfvgraph.pas

@@ -444,6 +444,7 @@ END;
 
 
 
 
 procedure GraphUpdateScreen(Force: Boolean);
 procedure GraphUpdateScreen(Force: Boolean);
+{$IFDEF GRAPH_API}
 var
 var
    smallforce  : boolean;
    smallforce  : boolean;
    i,x,y : longint;
    i,x,y : longint;
@@ -453,8 +454,7 @@ var
    CurColor,CurBkColor : longint;
    CurColor,CurBkColor : longint;
    NextColor,NextBkColor : longint;
    NextColor,NextBkColor : longint;
    StoreFillSettings: FillSettingsType;
    StoreFillSettings: FillSettingsType;
-
-
+{$ENDIF GRAPH_API}
 begin
 begin
 {$IFDEF GRAPH_API}
 {$IFDEF GRAPH_API}
 {$ifdef USE_VIDEO_API}
 {$ifdef USE_VIDEO_API}
@@ -535,7 +535,10 @@ end;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.13  2002-05-29 19:35:31  pierre
+ Revision 1.14  2002-05-29 22:15:57  pierre
+  * fix build failure in non graph mode
+
+ Revision 1.13  2002/05/29 19:35:31  pierre
   * fix GraphUpdateScreen procedure
   * fix GraphUpdateScreen procedure
 
 
  Revision 1.12  2002/05/28 19:42:32  pierre
  Revision 1.12  2002/05/28 19:42:32  pierre

+ 6 - 3
fvision/gfvgraph.pas

@@ -444,6 +444,7 @@ END;
 
 
 
 
 procedure GraphUpdateScreen(Force: Boolean);
 procedure GraphUpdateScreen(Force: Boolean);
+{$IFDEF GRAPH_API}
 var
 var
    smallforce  : boolean;
    smallforce  : boolean;
    i,x,y : longint;
    i,x,y : longint;
@@ -453,8 +454,7 @@ var
    CurColor,CurBkColor : longint;
    CurColor,CurBkColor : longint;
    NextColor,NextBkColor : longint;
    NextColor,NextBkColor : longint;
    StoreFillSettings: FillSettingsType;
    StoreFillSettings: FillSettingsType;
-
-
+{$ENDIF GRAPH_API}
 begin
 begin
 {$IFDEF GRAPH_API}
 {$IFDEF GRAPH_API}
 {$ifdef USE_VIDEO_API}
 {$ifdef USE_VIDEO_API}
@@ -535,7 +535,10 @@ end;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.13  2002-05-29 19:35:31  pierre
+ Revision 1.14  2002-05-29 22:15:57  pierre
+  * fix build failure in non graph mode
+
+ Revision 1.13  2002/05/29 19:35:31  pierre
   * fix GraphUpdateScreen procedure
   * fix GraphUpdateScreen procedure
 
 
  Revision 1.12  2002/05/28 19:42:32  pierre
  Revision 1.12  2002/05/28 19:42:32  pierre