Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

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

revision 3950 by doda, Tue Jul 27 14:07:14 2010 UTC revision 3955 by doda, Wed Jul 28 04:59:12 2010 UTC
# Line 953  void FAR PASCAL SelectNextShownWin(HWND Line 953  void FAR PASCAL SelectNextShownWin(HWND
953                  if (pm->WinList[i] == HWin) {                  if (pm->WinList[i] == HWin) {
954                          return;                          return;
955                  }                  }
956          } while (IsIconic(pm->WinList[i]));          } while (IsIconic(pm->WinList[i]) || !IsWindowVisible(pm->WinList[i]));
957    
958          SelectWin(i);          SelectWin(i);
959  }  }

Legend:
Removed from v.3950  
changed lines
  Added in v.3955

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