Commit 472a397fdf6c656de3b966c0df754c97d6064158
1 parent
5d808245
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
Showing
1 changed file
with
1 additions
and
1 deletions
console.h
... | ... | @@ -83,7 +83,7 @@ struct DisplayState { |
83 | 83 | void *opaque; |
84 | 84 | struct QEMUTimer *gui_timer; |
85 | 85 | uint64_t gui_timer_interval; |
86 | - int idle; | |
86 | + int idle; /* there is nothing to update (window invisible), set by vnc/sdl */ | |
87 | 87 | |
88 | 88 | void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); |
89 | 89 | void (*dpy_resize)(struct DisplayState *s, int w, int h); | ... | ... |