From d123fcb77858ff703e2f18228980b051cbd6ec85 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 May 2008 15:22:18 +0100 Subject: [PATCH] bring timer arrangments into line with qemu upstream --- console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.h b/console.h index 7ec1d887..1f5637f6 100644 --- a/console.h +++ b/console.h @@ -70,7 +70,7 @@ struct DisplayState { int width; int height; void *opaque; - struct QEMUTimer *gui_timer; + uint64_t gui_timer_interval; int shared_buf; -- 2.39.5