From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWSYC-0006Yc-Dq for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWSYB-0006YC-2Z for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:19 -0400 Received: from [199.232.76.173] (port=57925 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWSYA-0006Y6-TD for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:18 -0400 Received: from savannah.gnu.org ([199.232.41.3]:58134 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWSYA-0002UI-O8 for qemu-devel@nongnu.org; Fri, 22 Aug 2008 05:03:18 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KWSYA-0005l4-0K for qemu-devel@nongnu.org; Fri, 22 Aug 2008 09:03:18 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KWSY9-0005l0-Pi for qemu-devel@nongnu.org; Fri, 22 Aug 2008 09:03:17 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 22 Aug 2008 09:03:17 +0000 Subject: [Qemu-devel] [5071] add comment for DisplayState->idle Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 Signed-off-by: Aurelien Jarno 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);