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 5279 by yutakapon, Tue May 7 14:20:55 2013 UTC revision 5280 by doda, Fri May 24 11:43:28 2013 UTC
# Line 1024  void FAR PASCAL SelectNextWin(HWND HWin, Line 1024  void FAR PASCAL SelectNextWin(HWND HWin,
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;
# Line 1076  void FAR PASCAL ShowAllWin(int stat) { Line 1085  void FAR PASCAL ShowAllWin(int stat) {
1085                  }                  }
1086          }          }
1087  }  }
1088    #endif
1089    
1090  HWND FAR PASCAL GetNthWin(int n)  HWND FAR PASCAL GetNthWin(int n)
1091  {  {

Legend:
Removed from v.5279  
changed lines
  Added in v.5280

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