Diff for /np2/macosx/sysmng.cpp between versions 1.6 and 1.9

version 1.6, 2003/11/03 10:19:43 version 1.9, 2003/11/24 20:44:14
Line 95  void sysmng_updatecaption(BYTE flag) { Line 95  void sysmng_updatecaption(BYTE flag) {
                         milstr_ncat(strclock, work, sizeof(strclock));                          milstr_ncat(strclock, work, sizeof(strclock));
                 }                  }
         }          }
   #if defined(NP2GCC)
           milstr_ncpy(work, np2oscfg.titles, sizeof(work));
   #else
         milstr_ncpy(work, "Neko Project II", sizeof(work));          milstr_ncpy(work, "Neko Project II", sizeof(work));
   #endif
         milstr_ncat(work, strtitle, sizeof(work));          milstr_ncat(work, strtitle, sizeof(work));
         milstr_ncat(work, strclock, sizeof(work));          milstr_ncat(work, strclock, sizeof(work));
   
 #if defined(NP2GCC)  #if defined(NP2GCC)
     SetWindowTitleWithCFString(hWndMain, CFStringCreateWithCString(NULL, work, kCFStringEncodingUTF8));      SetWindowTitleWithCFString(hWndMain, CFStringCreateWithCString(NULL, work, CFStringGetSystemEncoding()));
 #else  #else
         mkstr255(str, work);          mkstr255(str, work);
         SetWTitle(hWndMain, str);          SetWTitle(hWndMain, str);

Removed from v.1.6  
changed lines
  Added in v.1.9


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