From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJIkk-0002hn-Bg for qemu-devel@nongnu.org; Fri, 11 Dec 2009 22:34:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJIkh-0002fm-1S for qemu-devel@nongnu.org; Fri, 11 Dec 2009 22:34:42 -0500 Received: from [199.232.76.173] (port=49240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJIkg-0002fP-GD for qemu-devel@nongnu.org; Fri, 11 Dec 2009 22:34:38 -0500 Received: from mail-gx0-f223.google.com ([209.85.217.223]:33784) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJIkg-00055S-74 for qemu-devel@nongnu.org; Fri, 11 Dec 2009 22:34:38 -0500 Received: by gxk23 with SMTP id 23so2816311gxk.2 for ; Fri, 11 Dec 2009 19:34:37 -0800 (PST) Message-ID: <4B230F4A.2050506@codemonkey.ws> Date: Fri, 11 Dec 2009 21:34:34 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Spice project is now open References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <4B2297A2.8040102@codemonkey.ws> <20091211212135.645864f9@redhat.com> <4B229DCE.7070500@codemonkey.ws> <20091211213911.0dce90dc@redhat.com> <4B22A2D9.6020602@codemonkey.ws> <20091211222101.5e924d20@redhat.com> <4B22AFBF.6080709@codemonkey.ws> <20091211231334.3d8a599f@redhat.com> <4B22BFAC.90100@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini wrote: > On 12/11/2009 10:54 PM, Anthony Liguori wrote: >> >> The point is, there isn't a "draw a rectangle" primitive in X. There >> also isn't a "draw some text using this font" in X.[1] > > Not necessarily, the X server can support the render extension which > allows compositing operations on an X pixmap. Firefox uses that > extensively, for example to render tiled backgrounds (though probably > GTK user interface elements can do so less successfully). Yes, but this is just a single application. The point is that these things are not as widely standardized on X as they are on Windows. Regards, Anthony Liguori > Paolo > > >