mbox

[PULL,0/5] Ui 20171117 patches

Message ID 20171117100653.13015-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/ui-20171117-pull-request

Message

Gerd Hoffmann Nov. 17, 2017, 10:06 a.m. UTC
The following changes since commit 1fa0f627d03cd0d0755924247cafeb42969016bf:

  Update version for v2.11.0-rc1 release (2017-11-14 18:37:49 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20171117-pull-request

for you to fetch changes up to bcf43cdc178ffbd06d0533b6c54e92640817c9c7:

  sdl2: Fix broken display updating after the window is hidden (2017-11-16 09:57:47 +0100)

----------------------------------------------------------------
sdl2 fixes for 2.11

----------------------------------------------------------------

Jindrich Makovicka (5):
  sdl2: Do not quit the emulator when an auxilliary window is closed
  sdl2: Use the same pointer show/hide logic for absolute and relative
    mode
  sdl2: Fix dead keyboard after fullsceen
  sdl2: Do not leave grab when fullscreen
  sdl2: Fix broken display updating after the window is hidden

 ui/sdl2.c | 51 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 28 insertions(+), 23 deletions(-)

Comments

Peter Maydell Nov. 17, 2017, 12:20 p.m. UTC | #1
On 17 November 2017 at 10:06, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 1fa0f627d03cd0d0755924247cafeb42969016bf:
>
>   Update version for v2.11.0-rc1 release (2017-11-14 18:37:49 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20171117-pull-request
>
> for you to fetch changes up to bcf43cdc178ffbd06d0533b6c54e92640817c9c7:
>
>   sdl2: Fix broken display updating after the window is hidden (2017-11-16 09:57:47 +0100)
>
> ----------------------------------------------------------------
> sdl2 fixes for 2.11
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM