Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|