mbox

[PULL,0/5] gtk patch queue.

Message ID 1431085731-6362-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-gtk-20150508-1

Message

Gerd Hoffmann May 8, 2015, 11:48 a.m. UTC
Hi,

This brings ui_info support for gtk and some small cleanups+fixes.

please pull,
  Gerd

The following changes since commit 874e9aeeeb74c5459639a93439a502d262847e68:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging (2015-05-05 14:06:12 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-gtk-20150508-1

for you to fetch changes up to 1271f7f7c60e0b0a3cc031921008a69dfd53bd34:

  gtk: update mouse position in mouse_set() (2015-05-06 08:38:05 +0200)

----------------------------------------------------------------
gtk: add ui_info support, cleanups + fixes.

----------------------------------------------------------------
Gerd Hoffmann (5):
      console: delayed ui_info guest notification
      console: add dpy_ui_info_supported
      gtk: add ui_info support
      gtk: create gtk.h
      gtk: update mouse position in mouse_set()

 include/ui/console.h |  1 +
 include/ui/gtk.h     | 76 ++++++++++++++++++++++++++++++++++++++++++
 ui/console.c         | 27 +++++++++++++--
 ui/gtk.c             | 94 +++++++++++++---------------------------------------
 4 files changed, 124 insertions(+), 74 deletions(-)
 create mode 100644 include/ui/gtk.h

Comments

Peter Maydell May 11, 2015, 11 a.m. UTC | #1
On 8 May 2015 at 12:48, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> This brings ui_info support for gtk and some small cleanups+fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 874e9aeeeb74c5459639a93439a502d262847e68:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging (2015-05-05 14:06:12 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-gtk-20150508-1
>
> for you to fetch changes up to 1271f7f7c60e0b0a3cc031921008a69dfd53bd34:
>
>   gtk: update mouse position in mouse_set() (2015-05-06 08:38:05 +0200)
>
> ----------------------------------------------------------------
> gtk: add ui_info support, cleanups + fixes.

Applied, thanks.

-- PMM