From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BmT5r-0005SD-Mc for qemu-devel@nongnu.org; Mon, 19 Jul 2004 04:01:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BmT5o-0005R0-Rs for qemu-devel@nongnu.org; Mon, 19 Jul 2004 04:01:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmT5o-0005Qw-PO for qemu-devel@nongnu.org; Mon, 19 Jul 2004 04:01:48 -0400 Received: from [195.9.147.9] (helo=dionis.simtreas.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BmT32-0003hq-Bq for qemu-devel@nongnu.org; Mon, 19 Jul 2004 03:58:56 -0400 Received: from simtreas.ru (IDENT:1000@dzo.ufk.ufk68.minfin.ru [10.68.0.2]) by dionis.simtreas.ru (8.9.3/8.9.3) with ESMTP id LAA12617 for ; Mon, 19 Jul 2004 11:58:51 +0400 Message-ID: <40FB7F71.4030709@simtreas.ru> Date: Mon, 19 Jul 2004 11:59:45 +0400 From: "Vladimir N. Oleynik" MIME-Version: 1.0 References: <40B37520.7020807@simtreas.ru> In-Reply-To: <40B37520.7020807@simtreas.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] noSDL "GUI" for Qemu Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Hi all. I have made a no SDL variant "GUI" with use Xlib only for Qemu: ftp://ftp.simtreas.ru/pub/my/qemu/nosdl.c.gz This is small, simple and have not problem with sigacton/threads. Its first version, without fullscreen support and may be have problem with keyboard (hmm, PC/AT translation?) --w vodz