From 000b2f2bb5bcef92b122b524919f9485aec87f38 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 May 2008 17:46:37 +0100 Subject: [PATCH] add gui_timer to DisplayState as in upstream --- console.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5