Re: [PATCH v2 1/1] sandbox: make SDL window resizable

2020-10-26 Thread Simon Glass
On Fri, 9 Oct 2020 at 15:44, Heinrich Schuchardt wrote: > > Without resizing the SDL window showed by > > ./u-boot -D -l > > is not legible on a high resolution screen. > > Allow resizing the window > > Signed-off-by: Heinrich Schuchardt > --- > v2: > Do not maximize the window. > ---

Re: [PATCH v2 1/1] sandbox: make SDL window resizable

2020-10-11 Thread Simon Glass
On Fri, 9 Oct 2020 at 15:44, Heinrich Schuchardt wrote: > > Without resizing the SDL window showed by > > ./u-boot -D -l > > is not legible on a high resolution screen. > > Allow resizing the window > > Signed-off-by: Heinrich Schuchardt > --- > v2: > Do not maximize the window. > ---

[PATCH v2 1/1] sandbox: make SDL window resizable

2020-10-09 Thread Heinrich Schuchardt
Without resizing the SDL window showed by ./u-boot -D -l is not legible on a high resolution screen. Allow resizing the window Signed-off-by: Heinrich Schuchardt --- v2: Do not maximize the window. --- arch/sandbox/cpu/sdl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)