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