qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCHv2 0/3] Move getting XWindow ID from baum driver to g


From: Samuel Thibault
Subject: [Qemu-devel] [PATCHv2 0/3] Move getting XWindow ID from baum driver to graphical backend
Date: Sun, 30 Oct 2016 16:08:54 +0100

Hello,

This is a respin of moving getting XWindow ID from baum to actual
graphical backends.  This only contains the new API, the move
of existing code to the new API, and the addition of support for
SDL2. Gtk will need more discussion and work.

Samuel

Samuel Thibault (3):
  console: add API to get underlying gui window ID
  console: move window ID code from baum to sdl
  sdl2: set window ID

 backends/baum.c      | 25 +++----------------------
 include/ui/console.h |  3 +++
 ui/console.c         | 15 +++++++++++++++
 ui/sdl.c             | 25 +++++++++++++++++++++++++
 ui/sdl2.c            |  7 +++++++
 5 files changed, 53 insertions(+), 22 deletions(-)

-- 
2.10.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]