From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USicn-0008Hs-72 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 02:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USicl-0003T7-MQ for qemu-devel@nongnu.org; Thu, 18 Apr 2013 02:47:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USicl-0003Sp-FY for qemu-devel@nongnu.org; Thu, 18 Apr 2013 02:47:15 -0400 Message-ID: <516F96EE.2020406@redhat.com> Date: Thu, 18 Apr 2013 08:47:10 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1366266023-28322-1-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] console: unbreak cocoa List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org, Anthony Liguori Hi, >> - } else if (is_graphic_console()) { >> + } else if (qemu_console_is_graphic(NULL)) { > > This isn't the only use of is_graphic_console(); compare > the patch I sent last night: > > http://patchwork.ozlabs.org/patch/237347/ Yea, just found it in my inbox. thanks, Gerd