From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb4mu-0003k4-Ql for qemu-devel@nongnu.org; Mon, 06 Oct 2014 05:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xb4mo-0002fC-MP for qemu-devel@nongnu.org; Mon, 06 Oct 2014 05:41:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb4mo-0002f4-FS for qemu-devel@nongnu.org; Mon, 06 Oct 2014 05:40:58 -0400 Message-ID: <1412588449.5003.18.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 06 Oct 2014 11:40:49 +0200 In-Reply-To: <20141006091425.GF2336@work-vm> References: <20141004081842.GC2401@slate> <1412582801.5003.14.camel@nilsson.home.kraxel.org> <20141006091425.GF2336@work-vm> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Fullscreen Bug with GTK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: Cedric Sodhi , qemu-devel@nongnu.org, crobinso@redhat.com On Mo, 2014-10-06 at 10:14 +0100, Dr. David Alan Gilbert wrote: > * Gerd Hoffmann (kraxel@redhat.com) wrote: > > Hi, > > > > > There is a bug where the GTK (SDL appears to be broken due to some sdl2 > > > incompatibility, as I understood) menu bar won't hide in fullscreen: > > > > SDL-1 support is still there. > > Are you recommending building against SDL-1 even when SDL-2 is available? > (Does that lose you anything?) There are some rough edges still, I havn't flipped the default to SDL-2 yet in upstream qemu because of that. So unless you depend on something new only provided by SDL2 (such as multi-window support) your best bet is building with SDL1 instead. Unfortunately we can't build both and switch at runtime. Patches are accepted too ;) cheers, Gerd