qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv4 0/3] Move getting XWindow ID from baum driver to graphical backend
@ 2016-12-21  0:38 Samuel Thibault
  2016-12-21  0:38 ` [Qemu-devel] [PATCH 1/3] console: add API to get underlying gui window ID Samuel Thibault
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Samuel Thibault @ 2016-12-21  0:38 UTC (permalink / raw)
  To: qemu-devel, Gerd Hoffmann; +Cc: Samuel Thibault

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.

Compared to v3, this makes the API use a QemuConsole* parameter instead of an
integer index,

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      | 31 ++++++++-----------------------
 include/ui/console.h |  4 ++++
 ui/console.c         | 11 +++++++++++
 ui/sdl.c             | 25 +++++++++++++++++++++++++
 ui/sdl2.c            |  7 +++++++
 5 files changed, 55 insertions(+), 23 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-04  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21  0:38 [Qemu-devel] [PATCHv4 0/3] Move getting XWindow ID from baum driver to graphical backend Samuel Thibault
2016-12-21  0:38 ` [Qemu-devel] [PATCH 1/3] console: add API to get underlying gui window ID Samuel Thibault
2016-12-21  0:38 ` [Qemu-devel] [PATCH 2/3] console: move window ID code from baum to sdl Samuel Thibault
2016-12-21  0:38 ` [Qemu-devel] [PATCH 3/3] sdl2: set window ID Samuel Thibault
2017-01-04  8:55 ` [Qemu-devel] [PATCHv4 0/3] Move getting XWindow ID from baum driver to graphical backend Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).