summaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-08 01:57:56 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-08 01:57:56 +0000
commit740733bb939963e77dacda0367eb807dea1c4faf (patch)
treedc29b5a9ff973536c2d1964c536d040d68da08fb /vl.h
parent4fdcd8d43e97dbfbd0e3045b5675f323eb5dd916 (diff)
downloadqemu-740733bb939963e77dacda0367eb807dea1c4faf.tar.gz
Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2961 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 976af60e86..7d82bd111d 100644
--- 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);