From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWS5l-0005AZ-5x for qemu-devel@nongnu.org; Fri, 22 Aug 2008 04:33:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWS5j-0005AJ-Ns for qemu-devel@nongnu.org; Fri, 22 Aug 2008 04:33:55 -0400 Received: from [199.232.76.173] (port=59177 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWS5j-0005AG-II for qemu-devel@nongnu.org; Fri, 22 Aug 2008 04:33:55 -0400 Received: from mx1.redhat.com ([66.187.233.31]:43744) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWS5j-0004la-DQ for qemu-devel@nongnu.org; Fri, 22 Aug 2008 04:33:55 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m7M8XsVf015299 for ; Fri, 22 Aug 2008 04:33:54 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7M8Xsar020014 for ; Fri, 22 Aug 2008 04:33:54 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-90.str.redhat.com [10.32.4.90]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m7M8XrWk009374 for ; Fri, 22 Aug 2008 04:33:53 -0400 Message-ID: <48AE79F0.8030604@redhat.com> Date: Fri, 22 Aug 2008 10:33:52 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080306050503080209030101" Subject: [Qemu-devel] [PATCH] add comment for DisplayState->idle Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------080306050503080209030101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, $subject says all, as requested by anthony. cheers, Gerd -- http://kraxel.fedorapeople.org/xenner/ --------------080306050503080209030101 Content-Type: text/plain; name="0010-add-comment-for-DisplayState-idle.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="0010-add-comment-for-DisplayState-idle.patch" >>From d11fe41668c3b54aa227f9f85f8a7096934d2d34 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 22 Aug 2008 10:31:14 +0200 Subject: [PATCH] add comment for DisplayState->idle Signed-off-by: Gerd Hoffmann --- console.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/console.h b/console.h index 069e73d..fcac1eb 100644 --- a/console.h +++ b/console.h @@ -83,7 +83,7 @@ struct DisplayState { void *opaque; struct QEMUTimer *gui_timer; uint64_t gui_timer_interval; - int idle; + int idle; /* there is nothing to update (window invisible), set by vnc/sdl */ void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); void (*dpy_resize)(struct DisplayState *s, int w, int h); -- 1.5.5.1 --------------080306050503080209030101--