From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XleQp-0007kx-I7 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 08:46:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XleQk-0003Zb-PG for qemu-devel@nongnu.org; Tue, 04 Nov 2014 08:45:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XleQk-0003ZG-Ik for qemu-devel@nongnu.org; Tue, 04 Nov 2014 08:45:54 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA4Djq52019189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 4 Nov 2014 08:45:52 -0500 From: Gerd Hoffmann Date: Tue, 4 Nov 2014 14:45:41 +0100 Message-Id: <1415108746-21448-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL v2 0/5] gtk: fix fullscreen with gtk3, fix build with older gtk2 versions. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the gtk patch queue, featuring a buildfix for older gtk2 versions. And thanks to Cole we finally have the menu bar still being visible in fullscreen mode (fully in gtk3, thin line in gtk2) fixed. Yay! v2: fix GDK_KEY_pause patch please pull, Gerd The following changes since commit 949ca9e479c381a63ddb257adca1a6f0c44d898e: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-11-03 22:51:08 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20141104-2 for you to fetch changes up to dc5201714684fa9bf993e7be5f12d5293e9793d4: gtk: add GDK_KEY_pause #define (2014-11-04 14:40:20 +0100) ---------------------------------------------------------------- gtk: fix fullscreen with gtk3, fix build with older gtk2 versions. ---------------------------------------------------------------- Cole Robinson (4): gtk: Grab accel_group from GtkDisplayState gtk: Install fullscreen accelerator on toplevel window gtk: Install vc accelerators on parent window gtk: Hide the menubar when in fullscreen mode (lp 1294898) Gerd Hoffmann (1): gtk: add GDK_KEY_pause #define ui/gtk.c | 66 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 25 deletions(-)