Hello, 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.
Note that the second patch will fail style checking (braces {} are necessary for all arms of this statement) but that code is actually dropped by patch3. 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 | 15 ++- ui/sdl.c | 16 +++ ui/sdl2.c | 7 ++ 6 files changed, 220 insertions(+), 141 deletions(-) -- 2.9.3