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 6887 by doda, Tue Jul 4 15:02:28 2017 UTC revision 6888 by doda, Wed Jul 26 03:47:58 2017 UTC
# Line 1187  HWND PASCAL GetNthWin(int n) Line 1187  HWND PASCAL GetNthWin(int n)
1187          }          }
1188  }  }
1189    
1190    int PASCAL GetRegisteredWindowCount()
1191    {
1192            return (pm->NWin);
1193    }
1194    
1195  // 有効なウィンドウを探し、現在位置を記憶させておく。  // 有効なウィンドウを探し、現在位置を記憶させておく。
1196  static void get_valid_window_and_memorize_rect(HWND myhwnd, HWND hwnd[], int *num, int style)  static void get_valid_window_and_memorize_rect(HWND myhwnd, HWND hwnd[], int *num, int style)

Legend:
Removed from v.6887  
changed lines
  Added in v.6888

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