]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
provide default gui refresh value
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 29 May 2008 16:53:48 +0000 (17:53 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 29 May 2008 16:53:48 +0000 (17:53 +0100)
console.h

index 5ebb24b612c6407d8057706368ed4f81d811899a..7bb1945be1b04deb5f1e9817c6ce236fc4c7bd63 100644 (file)
--- a/console.h
+++ b/console.h
@@ -62,6 +62,9 @@ void kbd_put_keysym(int keysym);
 
 /* consoles */
 
+/* in ms */
+#define GUI_REFRESH_INTERVAL 30
+
 struct DisplayState {
     uint8_t *data;
     int linesize;