From 3c0383e6652401f6cdb21e65aa99dd81b7f93072 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 22 Aug 2008 09:03:17 +0000 Subject: [PATCH] add comment for DisplayState->idle Signed-off-by: Gerd Hoffmann Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5071 c046a42c-6fe2-441c-8c8c-71466251a162 --- console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4