From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35069 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEHv7-0008G3-Hl for qemu-devel@nongnu.org; Tue, 18 May 2010 04:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEHt3-00064a-4k for qemu-devel@nongnu.org; Tue, 18 May 2010 04:12:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31082) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEHt2-00064J-I5 for qemu-devel@nongnu.org; Tue, 18 May 2010 04:10:48 -0400 Message-ID: <4BF24B57.8020504@redhat.com> Date: Tue, 18 May 2010 10:09:59 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add QEMU DirectFB display driver References: <1273766038-16808-1-git-send-email-julian.pidancet@citrix.com> <201005160210.25323.paul@codesourcery.com> <4BF1A4FF.4020401@redhat.com> <4BF1A7C9.8030807@codemonkey.ws> <4BF1B866.3030605@codemonkey.ws> In-Reply-To: <4BF1B866.3030605@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Paul Brook , Julian Pidancet , Gerd Hoffmann Am 17.05.2010 23:43, schrieb Anthony Liguori: > On 05/17/2010 04:35 PM, malc wrote: >> There's one thing that SDL does marvelously well - it's just one fairly >> small and self contained library that doesn't unleash dependency hell on >> the user. >> >>> The fact that we have cocoa support in the tree is basically an admission of >>> failure with SDL. >>> >> I don't think so, the way i see it: someone had an itch (i.e. an >> application that does not integrate well with his windowing environment) >> and he scratched it. >> > > SDL doesn't integrate well into a modern Gnome desktop either. I don't > see why we have Cocoa and not Gtk. If the answer is, someone needs to > send patches, expect patches soon :-) So with this argument, we'll not only get a GTK backend, but Qt and Windows backends, too? But then you can't reasonably say any more that DirectFB would be too much additional code to maintain. Kevin