qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5071] add comment for DisplayState->idle


From: Aurelien Jarno
Subject: [Qemu-devel] [5071] add comment for DisplayState->idle
Date: Fri, 22 Aug 2008 09:03:17 +0000

Revision: 5071
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5071
Author:   aurel32
Date:     2008-08-22 09:03:17 +0000 (Fri, 22 Aug 2008)

Log Message:
-----------
add comment for DisplayState->idle

Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

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

Modified: trunk/console.h
===================================================================
--- trunk/console.h     2008-08-22 08:58:08 UTC (rev 5070)
+++ trunk/console.h     2008-08-22 09:03:17 UTC (rev 5071)
@@ -83,7 +83,7 @@
     void *opaque;
     struct QEMUTimer *gui_timer;
     uint64_t gui_timer_interval;
-    int idle;
+    int idle; /* there is nothing to update (window invisible), set by vnc/sdl 
*/
 
     void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h);
     void (*dpy_resize)(struct DisplayState *s, int w, int h);






reply via email to

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