diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-08 01:57:56 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-08 01:57:56 +0000 |
commit | 740733bb939963e77dacda0367eb807dea1c4faf (patch) | |
tree | dc29b5a9ff973536c2d1964c536d040d68da08fb /vl.h | |
parent | 4fdcd8d43e97dbfbd0e3045b5675f323eb5dd916 (diff) | |
download | qemu-740733bb939963e77dacda0367eb807dea1c4faf.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |