Diff for /np2/x11/main.c between versions 1.12 and 1.14

version 1.12, 2004/01/07 14:51:53 version 1.14, 2004/03/23 15:16:43
Line 47 Line 47
 #include "sysmenu.h"  #include "sysmenu.h"
 #include "toolwin.h"  #include "toolwin.h"
 #include "viewer.h"  #include "viewer.h"
   #include "debugwin.h"
   
 #include "commng.h"  #include "commng.h"
 #include "fontmng.h"  #include "fontmng.h"
Line 116  usage(void) Line 117  usage(void)
   
         printf("Usage: %s [options] [[FD1 image] [[FD2 image] [[FD3 image] [FD4 image]]]]\n\n", progname);          printf("Usage: %s [options] [[FD1 image] [[FD2 image] [[FD3 image] [FD4 image]]]]\n\n", progname);
         printf("options:\n");          printf("options:\n");
         printf("\t--help\n          [-h]        : print this message\n");          printf("\t--help            [-h]        : print this message\n");
         printf("\t--config          [-c] <file> : specify config file\n");          printf("\t--config          [-c] <file> : specify config file\n");
         printf("\t--timidity-config [-C] <file> : specify timidity config file\n");          printf("\t--timidity-config [-C] <file> : specify timidity config file\n");
         printf("\t--shared-pixmap   [-p]        : use MIT-SHM pixmap extention\n");          printf("\t--shared-pixmap   [-p]        : use MIT-SHM pixmap extention\n");
Line 357  main(int argc, char *argv[]) Line 358  main(int argc, char *argv[])
         }          }
   
         pccore_term();          pccore_term();
           debugwin_destroy();
   
         soundmng_deinitialize();          soundmng_deinitialize();
         scrnmng_destroy();          scrnmng_destroy();

Removed from v.1.12  
changed lines
  Added in v.1.14


RetroPC.NET-CVS <cvs@retropc.net>