From: Ian Jackson Date: Thu, 29 May 2008 16:46:37 +0000 (+0100) Subject: add gui_timer to DisplayState as in upstream X-Git-Tag: xen-3.3.0-rc1~148 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=000b2f2bb5bcef92b122b524919f9485aec87f38;p=qemu-xen-3.3-testing.git add gui_timer to DisplayState as in upstream --- diff --git a/console.h b/console.h index 63e9953e..5ebb24b6 100644 --- a/console.h +++ b/console.h @@ -70,6 +70,7 @@ struct DisplayState { int width; int height; void *opaque; + struct QEMUTimer *gui_timer; uint64_t gui_timer_interval; int idle;