Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-30 Thread Gerd Hoffmann
Hi, > I think it does not have to be runtime switchable in the sense that the > setting does not need to be changable during run (like in gtk) because we > don't have a UI for changing it anyway. It's enough to have an option to > decide it once at startup, in case that's easier to implement. Y

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-30 Thread BALATON Zoltan
On Tue, 30 Jan 2018, Gerd Hoffmann wrote: SDL1 has a single window for all consoles. SDL2 has one window for each console. Fixed. Not switchable, neither for SDL1 nor for SDL2. It sure is possible to make it runtime switchable, but I expect it is more much difficuilt to code up when compared t

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-30 Thread Gerd Hoffmann
On Tue, Jan 30, 2018 at 02:35:02PM +0100, BALATON Zoltan wrote: > On Tue, 30 Jan 2018, Gerd Hoffmann wrote: > > On Mon, Jan 29, 2018 at 07:21:02PM +0100, BALATON Zoltan wrote: > > > Is there an option also to get back the old SDL1 behaviour with SDL2? > > > Could > > > that be made the default to

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-30 Thread BALATON Zoltan
On Tue, 30 Jan 2018, Gerd Hoffmann wrote: On Mon, Jan 29, 2018 at 07:21:02PM +0100, BALATON Zoltan wrote: Is there an option also to get back the old SDL1 behaviour with SDL2? Could that be made the default to make the transition easier? Well, that kind of flexibility is alot harder to do with

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-30 Thread Gerd Hoffmann
On Mon, Jan 29, 2018 at 07:21:02PM +0100, BALATON Zoltan wrote: > On Mon, 29 Jan 2018, Gerd Hoffmann wrote: > > On Sun, Jan 28, 2018 at 06:43:44PM +0300, Anatoly Trosinenko wrote: > > > When QEMU is run with GTK UI, it changes what is drawn on its single > > > window > > > when I press Ctrl-Alt-{1

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-29 Thread BALATON Zoltan
On Mon, 29 Jan 2018, Gerd Hoffmann wrote: On Sun, Jan 28, 2018 at 06:43:44PM +0300, Anatoly Trosinenko wrote: When QEMU is run with GTK UI, it changes what is drawn on its single window when I press Ctrl-Alt-{1,2,3,4}. But when I use SDL2 UI, it opens multiple windows: a separate window per each

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-29 Thread Anatoly Trosinenko
Got it, thank you! 29 янв. 2018 г. 11:27 ДП пользователь "Gerd Hoffmann" написал: > On Sun, Jan 28, 2018 at 06:43:44PM +0300, Anatoly Trosinenko wrote: > > When QEMU is run with GTK UI, it changes what is drawn on its single > window > > when I press Ctrl-Alt-{1,2,3,4}. But when I use SDL2 UI, i

Re: [Qemu-devel] SDL2 UI behavior of switching views

2018-01-29 Thread Gerd Hoffmann
On Sun, Jan 28, 2018 at 06:43:44PM +0300, Anatoly Trosinenko wrote: > When QEMU is run with GTK UI, it changes what is drawn on its single window > when I press Ctrl-Alt-{1,2,3,4}. But when I use SDL2 UI, it opens multiple > windows: a separate window per each view (display, monitor, serial, > para

[Qemu-devel] SDL2 UI behavior of switching views

2018-01-28 Thread Anatoly Trosinenko
When QEMU is run with GTK UI, it changes what is drawn on its single window when I press Ctrl-Alt-{1,2,3,4}. But when I use SDL2 UI, it opens multiple windows: a separate window per each view (display, monitor, serial, parallel). Is it by design or is it a bug? -- Best regards, Anatoly Trosinenko