]> git.proxmox.com Git - qemu.git/blobdiff - vl.h
Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau.
[qemu.git] / vl.h
diff --git a/vl.h b/vl.h
index 976af60e8678fbab00978791ad15fa2e9d9e8966..7d82bd111d3e0cce08b970a029360108a5b6a80f 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -914,6 +914,7 @@ struct DisplayState {
     int width;
     int height;
     void *opaque;
+    QEMUTimer *gui_timer;
 
     void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h);
     void (*dpy_resize)(struct DisplayState *s, int w, int h);