From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeM0Q-0005qe-Uh for qemu-devel@nongnu.org; Wed, 15 Oct 2014 06:40:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeM0M-0000jt-4s for qemu-devel@nongnu.org; Wed, 15 Oct 2014 06:40:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeM0L-0000jV-Tt for qemu-devel@nongnu.org; Wed, 15 Oct 2014 06:40:30 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9FAeSKt000827 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 15 Oct 2014 06:40:28 -0400 From: Gerd Hoffmann Date: Wed, 15 Oct 2014 12:40:13 +0200 Message-Id: <1413369615-18600-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] gtk patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two small gtk patches. please pull, Gerd The following changes since commit b1d28ec6a7dbdaadda39d29322f0de694aeb0b74: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (2014-10-10 14:55:29 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20141015-1 for you to fetch changes up to 5c960521b8101230bd0d0f5b879e5fd1efdb878b: gtk: add support for the Pause key (2014-10-15 11:08:32 +0200) ---------------------------------------------------------------- gtk: fix memory leak, add pause key support. ---------------------------------------------------------------- Chen Fan (1): gtk.c: Fix memory leak in gd_set_keycode_type() Martin Decky (1): gtk: add support for the Pause key ui/gtk.c | 13 +++++++++++++ 1 file changed, 13 insertions(+)