Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8157 by yasuhide, Sun Sep 15 08:17:40 2019 UTC revision 8182 by maya, Wed Sep 18 12:44:42 2019 UTC
# Line 74  const mouse_cursor_t MouseCursor[] = { Line 74  const mouse_cursor_t MouseCursor[] = {
74    
75  void CVisualPropPageDlg::SetupRGBbox(int index)  void CVisualPropPageDlg::SetupRGBbox(int index)
76  {  {
77            COLORREF Color = ts.ANSIColor[index];
78          BYTE c;          BYTE c;
79    
80          c = GetRValue(ts.ANSIColor[index]);          c = GetRValue(Color);
81          SetDlgItemNum(IDC_COLOR_RED, c);          SetDlgItemNum(IDC_COLOR_RED, c);
82    
83          c = GetGValue(ts.ANSIColor[index]);          c = GetGValue(Color);
84          SetDlgItemNum(IDC_COLOR_GREEN, c);          SetDlgItemNum(IDC_COLOR_GREEN, c);
85    
86          c = GetBValue(ts.ANSIColor[index]);          c = GetBValue(Color);
87          SetDlgItemNum(IDC_COLOR_BLUE, c);          SetDlgItemNum(IDC_COLOR_BLUE, c);
88  }  }
89    

Legend:
Removed from v.8157  
changed lines
  Added in v.8182

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26