qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5058] move GUI_REFRESH_INTERVAL define from vl.c to consol


From: Anthony Liguori
Subject: [Qemu-devel] [5058] move GUI_REFRESH_INTERVAL define from vl.c to console.h ( Gerd Hoffmann)
Date: Thu, 21 Aug 2008 20:12:05 +0000

Revision: 5058
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5058
Author:   aliguori
Date:     2008-08-21 20:12:05 +0000 (Thu, 21 Aug 2008)

Log Message:
-----------
move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)

Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    trunk/console.h
    trunk/vl.c

Modified: trunk/console.h
===================================================================
--- trunk/console.h     2008-08-21 20:11:11 UTC (rev 5057)
+++ trunk/console.h     2008-08-21 20:12:05 UTC (rev 5058)
@@ -9,6 +9,9 @@
 #define MOUSE_EVENT_RBUTTON 0x02
 #define MOUSE_EVENT_MBUTTON 0x04
 
+/* in ms */
+#define GUI_REFRESH_INTERVAL 30
+
 typedef void QEMUPutKBDEvent(void *opaque, int keycode);
 typedef void QEMUPutMouseEvent(void *opaque, int dx, int dy, int dz, int 
buttons_state);
 

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2008-08-21 20:11:11 UTC (rev 5057)
+++ trunk/vl.c  2008-08-21 20:12:05 UTC (rev 5058)
@@ -154,8 +154,6 @@
 #else
 #define DEFAULT_RAM_SIZE 128
 #endif
-/* in ms */
-#define GUI_REFRESH_INTERVAL 30
 
 /* Max number of USB devices that can be specified on the commandline.  */
 #define MAX_USB_CMDLINE 8






reply via email to

[Prev in Thread] Current Thread [Next in Thread]