diff options
| author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-22 09:03:17 +0000 |
|---|---|---|
| committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-22 09:03:17 +0000 |
| commit | 472a397fdf6c656de3b966c0df754c97d6064158 (patch) | |
| tree | 554419c4826be2fb3541e1472e2872fe8edd4872 | |
| parent | 5d808245630e2dbbe9a330ec088af94a72601d50 (diff) | |
| download | focaccia-qemu-472a397fdf6c656de3b966c0df754c97d6064158.tar.gz focaccia-qemu-472a397fdf6c656de3b966c0df754c97d6064158.zip | |
add comment for DisplayState->idle
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5071 c046a42c-6fe2-441c-8c8c-71466251a162
| -rw-r--r-- | console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console.h b/console.h index 069e73dda0..fcac1ebb8a 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); |