[svn] gpgme - r1133 - trunk/gpgme

svn author marcus cvs at cvs.gnupg.org
Mon Oct 24 11:54:00 CEST 2005


Author: marcus
Date: 2005-10-24 11:53:59 +0200 (Mon, 24 Oct 2005)
New Revision: 1133

Modified:
   trunk/gpgme/ChangeLog
   trunk/gpgme/w32-io.c
Log:
2005-10-24  Marcus Brinkmann  <marcus at g10code.de>

	* w32-io.c (_gpgme_io_spawn): Don't minimize window, hide it.


Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog	2005-10-21 16:18:08 UTC (rev 1132)
+++ trunk/gpgme/ChangeLog	2005-10-24 09:53:59 UTC (rev 1133)
@@ -1,3 +1,7 @@
+2005-10-24  Marcus Brinkmann  <marcus at g10code.de>
+
+	* w32-io.c (_gpgme_io_spawn): Don't minimize window, hide it.
+
 2005-10-20  Marcus Brinkmann  <marcus at g10code.de>
 
 	* Makefile.am: Build versioninfo.lo, not versioninfo.o.  Also, fix

Modified: trunk/gpgme/w32-io.c
===================================================================
--- trunk/gpgme/w32-io.c	2005-10-21 16:18:08 UTC (rev 1132)
+++ trunk/gpgme/w32-io.c	2005-10-24 09:53:59 UTC (rev 1133)
@@ -843,7 +843,7 @@
     memset (&si, 0, sizeof si);
     si.cb = sizeof (si);
     si.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW;
-    si.wShowWindow = debug_me? SW_SHOW : SW_MINIMIZE;
+    si.wShowWindow = debug_me? SW_SHOW : SW_HIDE;
     si.hStdInput = GetStdHandle (STD_INPUT_HANDLE);
     si.hStdOutput = GetStdHandle (STD_OUTPUT_HANDLE);
     si.hStdError = GetStdHandle (STD_ERROR_HANDLE);




More information about the Gnupg-commits mailing list