Diff for /np2/x11/np2.c between versions 1.31 and 1.33

version 1.31, 2008/03/18 15:33:14 version 1.33, 2011/01/15 16:14:23
Line 141  const char np2resumeext[] = "sav"; Line 141  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;
Line 319  int Line 314  int
 mainloop(void *p)  mainloop(void *p)
 {  {
   
         UNUSED(p);  
   
         if (np2oscfg.NOWAIT) {          if (np2oscfg.NOWAIT) {
                 joymng_sync();                  joymng_sync();
                 mousemng_callback();                  mousemng_callback();

Removed from v.1.31  
changed lines
  Added in v.1.33


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