Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 1024 |
|
|
| 1025 |
void FAR PASCAL ShowAllWin(int stat) { |
void FAR PASCAL ShowAllWin(int stat) { |
| 1026 |
int i; |
int i; |
| 1027 |
|
|
| 1028 |
|
for (i=0; i < pm->NWin; i++) { |
| 1029 |
|
ShowWindow(pm->WinList[i], stat); |
| 1030 |
|
} |
| 1031 |
|
} |
| 1032 |
|
|
| 1033 |
|
#if 0 |
| 1034 |
|
void FAR PASCAL ShowAllWin(int stat) { |
| 1035 |
|
int i; |
| 1036 |
WINDOWPLACEMENT rc0; |
WINDOWPLACEMENT rc0; |
| 1037 |
RECT rc; |
RECT rc; |
| 1038 |
HMONITOR hMonitor; |
HMONITOR hMonitor; |
| 1085 |
} |
} |
| 1086 |
} |
} |
| 1087 |
} |
} |
| 1088 |
|
#endif |
| 1089 |
|
|
| 1090 |
HWND FAR PASCAL GetNthWin(int n) |
HWND FAR PASCAL GetNthWin(int n) |
| 1091 |
{ |
{ |
|
|
Legend:
| Removed from v.5252 |
|
| changed lines |
| |
Added in v.5280 |
|
|
|