Revision 472a397f console.h

b/console.h
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);

Also available in: Unified diff