qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] add comment for DisplayState->idle


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] add comment for DisplayState->idle
Date: Fri, 22 Aug 2008 11:03:28 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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 <address@hidden>
> Date: Fri, 22 Aug 2008 10:31:14 +0200
> Subject: [PATCH] add comment for DisplayState->idle
> 
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  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
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]