From patchwork Wed Jul 7 10:32:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Goldish X-Patchwork-Id: 110608 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o67AWXXc003386 for ; Wed, 7 Jul 2010 10:32:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754552Ab0GGKca (ORCPT ); Wed, 7 Jul 2010 06:32:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25863 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753867Ab0GGKc3 (ORCPT ); Wed, 7 Jul 2010 06:32:29 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o67AWS2Q009040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 7 Jul 2010 06:32:28 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o67AWSHB023041; Wed, 7 Jul 2010 06:32:28 -0400 Received: from localhost.localdomain (dhcp-1-188.tlv.redhat.com [10.35.1.188]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o67AWOQG026807; Wed, 7 Jul 2010 06:32:27 -0400 From: Michael Goldish To: autotest@test.kernel.org, kvm@vger.kernel.org Cc: Michael Goldish Subject: [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files Date: Wed, 7 Jul 2010 13:32:17 +0300 Message-Id: <1278498738-2622-2-git-send-email-mgoldish@redhat.com> In-Reply-To: <1278498738-2622-1-git-send-email-mgoldish@redhat.com> References: <1278498738-2622-1-git-send-email-mgoldish@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 07 Jul 2010 10:32:34 +0000 (UTC) diff --git a/client/tests/kvm/deps/rss.cpp b/client/tests/kvm/deps/rss.cpp index 26c5ed6..8df70e4 100644 --- a/client/tests/kvm/deps/rss.cpp +++ b/client/tests/kvm/deps/rss.cpp @@ -976,8 +976,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, if (!hMainWindow) ExitOnError("Could not create window"); - //ShowWindow(hMainWindow, SW_SHOWMINNOACTIVE); - ShowWindow(hMainWindow, SW_SHOW); + ShowWindow(hMainWindow, SW_SHOWMINNOACTIVE); UpdateWindow(hMainWindow); // Main message loop