Diff for /Amaya/amaya/HTMLbook.c between versions 1.90 and 1.91

version 1.90, 2001/11/14 08:04:10 version 1.91, 2001/11/16 10:35:40
Line 380  static void CheckPrintingDocument (Docum Line 380  static void CheckPrintingDocument (Docum
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    PrintDocument prints the document using predefined parameters.     PrintDocument prints the document using predefined parameters.
    ----------------------------------------------------------------------*/       ----------------------------------------------------------------------*/  
 static void         PrintDocument (Document doc, View view)  static void PrintDocument (Document doc, View view)
 {  {
   AttributeType      attrType;    AttributeType      attrType;
   ElementType        elType;    ElementType        elType;
Line 685  void                InitPrint (void) Line 685  void                InitPrint (void)
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
   SetupAndPrint sets printing parameters and starts the printing process    SetupAndPrint sets printing parameters and starts the printing process
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void                SetupAndPrint (Document doc, View view)  void SetupAndPrint (Document doc, View view)
 {  {
 #ifndef _WINDOWS  #ifndef _WINDOWS
   char           bufMenu[MAX_LENGTH];    char           bufMenu[MAX_LENGTH];
   int              i;    int            i;
 #endif /* !_WINDOWS */  #endif /* _WINDOWS */
   ThotBool           textFile;    ThotBool       textFile;
   
   textFile = (DocumentTypes[doc] == docText || DocumentTypes[doc] == docCSS);    textFile = (DocumentTypes[doc] == docText || DocumentTypes[doc] == docCSS);
   /* Print form */    /* Print form */

Removed from v.1.90  
changed lines
  Added in v.1.91


Webmaster