This is a series of updates for the baum driver, to improve its integration of input/output and fix focus tracking with sdl2 and gtk backends.
The difference with the previously-posted series is that it should fix the win32 build. Loads of thanks for having set up the build bot :) Samuel Thibault (3): Add dots keypresses support to the baum braille device Defer BrlAPI tty acquisition to when guest starts using device Move getting XWindow ID from baum driver to graphical backend backends/baum.c | 302 +++++++++++++++++++++++++++------------------------ include/ui/console.h | 3 + ui/console.c | 18 +++ ui/gtk.c | 27 ++++- ui/sdl.c | 25 +++++ ui/sdl2.c | 7 ++ 6 files changed, 241 insertions(+), 141 deletions(-) -- 2.9.3