From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbQPh-00026R-8b for qemu-devel@nongnu.org; Thu, 26 May 2005 18:01:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbQPe-00022k-Mz for qemu-devel@nongnu.org; Thu, 26 May 2005 18:01:10 -0400 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbQIg-00024b-D6 for qemu-devel@nongnu.org; Thu, 26 May 2005 17:53:58 -0400 Message-ID: <429645C6.7020505@bellard.org> Date: Thu, 26 May 2005 23:55:18 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window References: <26b3ab7050526044214f0ff81@mail.gmail.com> <46d6db660505260510767c2cf7@mail.gmail.com> <42962B93.1040606@bellard.org> <46d6db660505261407771aa387@mail.gmail.com> In-Reply-To: <46d6db660505261407771aa387@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed 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: Christian MICHON , qemu-devel@nongnu.org Christian MICHON wrote: > Hi Fabrice, > > I understand your point clearly, and I still remembered it. > But adding whichever toolkit would be adding pixels around the > qemu instance, and it would have to interact with SDL. > > My simple logic here is why not do it in SDL itself, like an > OSD you'd call by bindkey, like a TV remote control ? > > I do not know what cocoa.m implementation is, but I've seen > screenshots. It does require space, and if you go full-screen, > you can't do modifications. Hence the suggestion to go > full SDL. > > I'll still look into the 4 SDL-guitoolkits I mentionned. Interesting > stuff they can do... :) Improving the SDL interface is a waste of time as SDL has some annoying bugs and cannot give a good GUI for the end user. Doing a native GTK or Windows GUI is not complicated and would bring much more confort to the end user. Fabrice.