[Ttssh2-commit] [5280] Restore Allを元に戻した。

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2013年 5月 24日 (金) 20:43:28 JST


Revision: 5280
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5280
Author:   doda
Date:     2013-05-24 20:43:28 +0900 (Fri, 24 May 2013)
Log Message:
-----------
Restore Allを元に戻した。

Modified Paths:
--------------
    trunk/teraterm/ttpcmn/ttcmn.c

-------------- next part --------------
Modified: trunk/teraterm/ttpcmn/ttcmn.c
===================================================================
--- trunk/teraterm/ttpcmn/ttcmn.c	2013-05-24 10:58:57 UTC (rev 5279)
+++ trunk/teraterm/ttpcmn/ttcmn.c	2013-05-24 11:43:28 UTC (rev 5280)
@@ -1024,6 +1024,15 @@
 
 void FAR PASCAL ShowAllWin(int stat) {
 	int i;
+
+	for (i=0; i < pm->NWin; i++) {
+		ShowWindow(pm->WinList[i], stat);
+	}
+}
+
+#if 0
+void FAR PASCAL ShowAllWin(int stat) {
+	int i;
 	WINDOWPLACEMENT rc0;
 	RECT rc;
 	HMONITOR hMonitor;
@@ -1076,6 +1085,7 @@
 		}
 	}
 }
+#endif
 
 HWND FAR PASCAL GetNthWin(int n)
 {



Ttssh2-commit メーリングリストの案内
Zurück zum Archiv-Index