From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EF26t-0002Ml-Ey for qemu-devel@nongnu.org; Tue, 13 Sep 2005 00:09:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EF26r-0002LC-JX for qemu-devel@nongnu.org; Tue, 13 Sep 2005 00:09:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EF1z5-0000Lt-18 for qemu-devel@nongnu.org; Tue, 13 Sep 2005 00:01:27 -0400 Received: from [32.97.110.129] (helo=e31.co.us.ibm.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EF1lO-0008VB-4y for qemu-devel@nongnu.org; Mon, 12 Sep 2005 23:47:18 -0400 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j8D3lFXo058128 for ; Mon, 12 Sep 2005 23:47:15 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8D3lFHk543218 for ; Mon, 12 Sep 2005 21:47:15 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j8D3lFKU012414 for ; Mon, 12 Sep 2005 21:47:15 -0600 Received: from [9.65.127.77] (sig-9-65-127-77.mts.ibm.com [9.65.127.77]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j8D3lEwH012394 for ; Mon, 12 Sep 2005 21:47:15 -0600 Message-ID: <43264BC0.9090707@us.ibm.com> Date: Mon, 12 Sep 2005 22:47:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: QEMU 0.7.2 References: <431B2E78.9020902@bellard.org> <20050908141852.GA26873@jbrown.mylinuxbox.org> <43261E56.3030406@us.ibm.com> <20050913025614.GB21668@jbrown.mylinuxbox.org> <79bf9848050912203756f08d98@mail.gmail.com> In-Reply-To: <79bf9848050912203756f08d98@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; 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: qemu-devel@nongnu.org Mike Swanson wrote: >I'm just wondering... is it any trouble to draw QEMU using Xlib? > >I'd prefer that over any conventional toolkit. There are many >instances where I'm not running any GTK or QT applications on my >desktop, and I'd appreaciate it if I didn't have load either of them >only to run QEMU. >_> > > Using a toolkit's widgets doesn't mean you have to load anything. You can happily run a GTK app under blackbox or what have you. It's just a higher level API to Xlibs (which are a royal PITA to code to). Now, if we were linking to the gnome libs it would be another story... Regards, Anthony Liguori