Browse Source

NO_WINDOW cond removed

pierre 24 years ago
parent
commit
2df1946617
4 changed files with 38 additions and 1572 deletions
  1. 8 2
      fv/gfvgraph.pas
  2. 11 784
      fv/views.pas
  3. 8 2
      fvision/gfvgraph.pas
  4. 11 784
      fvision/views.pas

+ 8 - 2
fv/gfvgraph.pas

@@ -131,7 +131,10 @@ CONST
 {---------------------------------------------------------------------------}
 {---------------------------------------------------------------------------}
 CONST
 CONST
    SolidFill = Graph.SolidFill;
    SolidFill = Graph.SolidFill;
-{$ENDIF}
+{$ELSE not GRAPH_API }
+CONST
+   SolidFill = 0;
+{$ENDIF not GRAPH_API}
 
 
 
 
 {***************************************************************************}
 {***************************************************************************}
@@ -395,7 +398,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.6  2001-05-07 22:22:03  pierre
+ Revision 1.7  2001-05-07 23:36:35  pierre
+  NO_WINDOW cond removed
+
+ Revision 1.6  2001/05/07 22:22:03  pierre
   * removed NO_WINDOW cond, added GRAPH_API
   * removed NO_WINDOW cond, added GRAPH_API
 
 
  Revision 1.5  2001/05/04 15:43:45  pierre
  Revision 1.5  2001/05/04 15:43:45  pierre

File diff suppressed because it is too large
+ 11 - 784
fv/views.pas


+ 8 - 2
fvision/gfvgraph.pas

@@ -131,7 +131,10 @@ CONST
 {---------------------------------------------------------------------------}
 {---------------------------------------------------------------------------}
 CONST
 CONST
    SolidFill = Graph.SolidFill;
    SolidFill = Graph.SolidFill;
-{$ENDIF}
+{$ELSE not GRAPH_API }
+CONST
+   SolidFill = 0;
+{$ENDIF not GRAPH_API}
 
 
 
 
 {***************************************************************************}
 {***************************************************************************}
@@ -395,7 +398,10 @@ END;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.6  2001-05-07 22:22:03  pierre
+ Revision 1.7  2001-05-07 23:36:35  pierre
+  NO_WINDOW cond removed
+
+ Revision 1.6  2001/05/07 22:22:03  pierre
   * removed NO_WINDOW cond, added GRAPH_API
   * removed NO_WINDOW cond, added GRAPH_API
 
 
  Revision 1.5  2001/05/04 15:43:45  pierre
  Revision 1.5  2001/05/04 15:43:45  pierre

File diff suppressed because it is too large
+ 11 - 784
fvision/views.pas


Some files were not shown because too many files changed in this diff