On 10 February 2012 02:51, Paul Brook <p...@codesourcery.com> wrote: >> I do hope we find a solution to deal with n displays in the future. I >> consider that a post-QOM topic and maybe Anthony's planned DisplayState >> refactoring helps with that. > > It used to work. Not particularly pretty or user friendly, but definitely > functional. I put a fair amount of effort into making DisplayState support > this the first time round :-)
Yes, it looks like the console.c code mostly supports this, but at the moment vl.c calls get_displaystate() which just returns the first registered DisplayState, and that is the one which gets passed to sdl_display_init() and friends. -- PMM