From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDTVG-0007c4-Ln for qemu-devel@nongnu.org; Sun, 25 Aug 2013 02:08:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDTV8-0006ma-8o for qemu-devel@nongnu.org; Sun, 25 Aug 2013 02:08:46 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=57948 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDTV8-0006mT-2W for qemu-devel@nongnu.org; Sun, 25 Aug 2013 02:08:38 -0400 Message-ID: <52199F57.80803@weilnetz.de> Date: Sun, 25 Aug 2013 08:08:23 +0200 From: Stefan Weil MIME-Version: 1.0 References: <5218FFB9.7060506@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Disable scaling of SDL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Taimoor Mirza Cc: qemu-devel Am 25.08.2013 07:58, schrieb Taimoor Mirza: > Hi Stefan, > > Thanks for your reply. Is there any way I can disable scaling in SDL > library? I've not used SDL before and I am not sure whether there is > some configuration option for it or not? > > -Taimoor > Scaling is implemented in QEMU's code, not in the SDL library. You will need a modified QEMU to disable it. Stefan