|
|
| version 1.5, 2003/11/03 00:49:55 | version 1.7, 2004/04/08 13:08:23 |
|---|---|
| Line 87 static LRESULT CALLBACK Scropt1DlgProc(H | Line 87 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 115 static LRESULT CALLBACK Scropt2DlgProc(H | Line 115 static LRESULT CALLBACK Scropt2DlgProc(H |
| } | } |
| SetDlgItemCheck(hWnd, gdcchip[np2cfg.grcg & 3], TRUE); | SetDlgItemCheck(hWnd, gdcchip[np2cfg.grcg & 3], TRUE); |
| SetDlgItemCheck(hWnd, IDC_PC980124, np2cfg.color16); | SetDlgItemCheck(hWnd, IDC_PC980124, np2cfg.color16); |
| #if defined(SUPPORT_PC9821) | |
| EnableWindow(GetDlgItem(hWnd, IDC_GCBOX), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_GRCGNON), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_GRCG), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_GRCG2), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_EGC), FALSE); | |
| EnableWindow(GetDlgItem(hWnd, IDC_PC980124), FALSE); | |
| #endif | |
| return(TRUE); | return(TRUE); |
| case WM_NOTIFY: | case WM_NOTIFY: |