Diff for /np2/x11/np2.c between versions 1.32 and 1.34

version 1.32, 2011/01/15 16:01:52 version 1.34, 2011/01/15 18:43:13
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2003 NONAKA Kimihiro   * Copyright (c) 2003 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 141  const char np2resumeext[] = "sav"; Line 139  const char np2resumeext[] = "sav";
 #endif  #endif
 char fontname[1024] = FONTFACE;  char fontname[1024] = FONTFACE;
   
 #ifndef FONTNAME_DEFAULT  
 #define FONTNAME_DEFAULT        "./default.ttf"  
 #endif  
 char fontfilename[MAX_PATH] = FONTNAME_DEFAULT;  
   
 char timidity_cfgfile_path[MAX_PATH];  char timidity_cfgfile_path[MAX_PATH];
   
 int verbose = 0;  int verbose = 0;

Removed from v.1.32  
changed lines
  Added in v.1.34


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