From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkZ0i-0002yu-MT for qemu-devel@nongnu.org; Mon, 20 Jun 2005 23:01:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkZ0c-0002wL-UR for qemu-devel@nongnu.org; Mon, 20 Jun 2005 23:01:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkZ0c-0002pn-DC for qemu-devel@nongnu.org; Mon, 20 Jun 2005 23:01:06 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkYiZ-00036Q-I0 for qemu-devel@nongnu.org; Mon, 20 Jun 2005 22:42:27 -0400 Date: Mon, 20 Jun 2005 22:39:32 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] quick gtk2.c update Message-ID: <20050621023932.GA12759@jbrown.mylinuxbox.org> References: <20050619190949.GA14349@jbrown.mylinuxbox.org> <001b01c57522$5ad985b0$334d21d1@organiza3bfb0e> <20050619235311.GA15841@jbrown.mylinuxbox.org> <002c01c57535$60064fb0$334d21d1@organiza3bfb0e> <20050620015911.GA17675@jbrown.mylinuxbox.org> <001401c57608$bc5bb5b0$334d21d1@organiza3bfb0e> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001401c57608$bc5bb5b0$334d21d1@organiza3bfb0e> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jeebs@yango.us Cc: qemu-devel@nongnu.org On Mon, Jun 20, 2005 at 09:27:04PM -0500, jeebs@yango.us wrote: > Good news... > > Tonight I decided to test my Mingw/MSys environment. I built the regular > SDL version that I've done several times before. > > It too failed. > > There's not much telling what is causing it to fail. Qemu seems rather > sensitive to the slightest change in build environment. > Not the most reliable development environment. > This time, it's running! (At least I *assume* it's running. Everything > looks identical to the sdl version, so I don't really have any way to know > for sure. In other words, there's a regular Windows title bar with nothing > else.) > Well, remember to pass the "-use-gtk" option to qemu. By default qemu will build with both sdl and gtk support, and if it has both, it will use the sdl support unless told to use gtk. Quick way to verify if its using gtk or not - try to go into fullscreen mode. If it actually does go into fullscreen mode, its using SDL .. if the window just moves around, its using GTK. > I haven't done any real testing of it yet, but I thought you'd at least want > to know that it can be built under Mingw/MSys now. > Yes, I am very pleased to hear this. > So far, all I've really done is booted Win 3.11 and Win95. Opened a few > guest windows. Moved the qemu window around a bit, and shut them down. Try resizing. The SDL window can be resized (at least under X11) but the GTK window can't. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.