From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPjG9-0005YD-N0 for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:01:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPjG8-0005Wo-Oe for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:01:09 -0500 Received: from [199.232.76.173] (port=38140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPjG8-0005WN-GO for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:01:08 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:27826) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPjG8-0006hZ-1V for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:01:08 -0500 Message-ID: <49777E00.2070105@eu.citrix.com> Date: Wed, 21 Jan 2009 19:56:48 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [6391] Fix nographic mode and VNC References: <49777A05.3090403@eu.citrix.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Blue Swirl wrote: > On 1/21/09, Stefano Stabellini wrote: >> If you just want to always have a timer enabled maybe this patch is better. >> I wouldn't want you to add another timer when the gui_timer is available >> for this job :) > > I thought about that, but I didn't want to run gui_update when a dummy > function is enough and more accurate. > In that case gui_update wouldn't do anything because none registered a dpy_refresh function. But I agree that a dummy function is more accurate.