From: Michael Goldish <mgoldish@redhat.com>
To: autotest@test.kernel.org, kvm@vger.kernel.org
Cc: Michael Goldish <mgoldish@redhat.com>
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 [thread overview]
Message-ID: <1278498738-2622-2-git-send-email-mgoldish@redhat.com> (raw)
In-Reply-To: <1278498738-2622-1-git-send-email-mgoldish@redhat.com>
Signed-off-by: Michael Goldish <mgoldish@redhat.com>
---
| 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
--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
--
1.5.4.1
next prev parent reply other threads:[~2010-07-07 10:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-07 10:32 [KVM-AUTOTEST PATCH] KVM test: kvm_vm.py: do not check nic_mode when adding -tftp option Michael Goldish
2010-07-07 10:32 ` Michael Goldish [this message]
2010-07-07 10:32 ` [KVM-AUTOTEST PATCH] KVM test: deal with incompatible env files gracefully (using version numbers) Michael Goldish
2010-07-08 1:43 ` [Autotest] [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files Chen Cao
2010-07-08 10:23 ` Michael Goldish
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1278498738-2622-2-git-send-email-mgoldish@redhat.com \
--to=mgoldish@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).