From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWSYO-0006aE-GD for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWSYN-0006Zr-D2 for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:32 -0400 Received: from [199.232.76.173] (port=57931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWSYM-0006Zn-VY for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:31 -0400 Received: from hall.aurel32.net ([91.121.138.14]:44256) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWSYM-0002WR-KU for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:30 -0400 Received: from farad.aurel32.net ([82.232.2.251] helo=volta.aurel32.net) by hall.aurel32.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KWSYL-0005UJ-48 for qemu-devel@nongnu.org; Fri, 22 Aug 2008 11:03:29 +0200 Received: from aurel32 by volta.aurel32.net with local (Exim 4.69) (envelope-from ) id 1KWSYK-0005or-LT for qemu-devel@nongnu.org; Fri, 22 Aug 2008 11:03:28 +0200 Date: Fri, 22 Aug 2008 11:03:28 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] add comment for DisplayState->idle Message-ID: <20080822090328.GF21526@volta.aurel32.net> References: <48AE79F0.8030604@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <48AE79F0.8030604@redhat.com> 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 On Fri, Aug 22, 2008 at 10:33:52AM +0200, Gerd Hoffmann wrote: > Hi, > > $subject says all, as requested by anthony. Applied, thanks. > cheers, > Gerd > > -- > http://kraxel.fedorapeople.org/xenner/ > 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 > -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net