diff options
-rw-r--r-- | console.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |