Diff for /np2/win9xc/dialog/d_screen.cpp between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2003/10/16 17:59:25 version 1.4, 2003/12/27 02:29:45
Line 60  static LRESULT CALLBACK Scropt1DlgProc(H Line 60  static LRESULT CALLBACK Scropt1DlgProc(H
                         break;                          break;
   
                 case WM_NOTIFY:                  case WM_NOTIFY:
                         if ((((NMHDR *)lp)->code) == PSN_APPLY) {                          if ((((NMHDR *)lp)->code) == (UINT)PSN_APPLY) {
                                 renewal = 0;                                  renewal = 0;
                                 b = GetDlgItemCheck(hWnd, IDC_SKIPLINE);                                  b = GetDlgItemCheck(hWnd, IDC_SKIPLINE);
                                 if (np2cfg.skipline != b) {                                  if (np2cfg.skipline != b) {
Line 86  static LRESULT CALLBACK Scropt1DlgProc(H Line 86  static LRESULT CALLBACK Scropt1DlgProc(H
                                         renewal = 1;                                          renewal = 1;
                                 }                                  }
                                 if (renewal) {                                  if (renewal) {
                                         sysmng_update(SYS_UPDATECFG);  
                                         scrndraw_redraw();                                          scrndraw_redraw();
                                           sysmng_update(SYS_UPDATECFG);
                                 }                                  }
                                 return(TRUE);                                  return(TRUE);
                         }                          }
Line 117  static LRESULT CALLBACK Scropt2DlgProc(H Line 117  static LRESULT CALLBACK Scropt2DlgProc(H
                         return(TRUE);                          return(TRUE);
   
                 case WM_NOTIFY:                  case WM_NOTIFY:
                         if ((((NMHDR *)lp)->code) == PSN_APPLY) {                          if ((((NMHDR *)lp)->code) == (UINT)PSN_APPLY) {
                                 update = 0;                                  update = 0;
                                 b = GetDlgItemCheck(hWnd, IDC_GDC72020);                                  b = GetDlgItemCheck(hWnd, IDC_GDC72020);
                                 if (np2cfg.uPD72020 != b) {                                  if (np2cfg.uPD72020 != b) {
Line 212  static LRESULT CALLBACK Scropt3DlgProc(H Line 212  static LRESULT CALLBACK Scropt3DlgProc(H
                         break;                          break;
   
                 case WM_NOTIFY:                  case WM_NOTIFY:
                         if ((((NMHDR *)lp)->code) == PSN_APPLY) {                          if ((((NMHDR *)lp)->code) == (UINT)PSN_APPLY) {
                                 update = 0;                                  update = 0;
                                 ZeroMemory(value, sizeof(value));                                  ZeroMemory(value, sizeof(value));
                                 value[0] = (BYTE)SendDlgItemMessage(hWnd, IDC_TRAMWAIT,                                  value[0] = (BYTE)SendDlgItemMessage(hWnd, IDC_TRAMWAIT,

Removed from v.1.1.1.1  
changed lines
  Added in v.1.4


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