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

2020-10-09 Thread Heinrich Schuchardt
On 09.10.20 19:23, Simon Glass wrote: > Hi Heinrich, > > On Thu, 8 Oct 2020 at 03:46, Heinrich Schuchardt wrote: >> >> On 05.10.20 03:41, Simon Glass wrote: >>> Hi Heinrich, >>> >>> On Mon, 28 Sep 2020 at 19:11, Heinrich Schuchardt >>> wrote: Without resizing the SDL window showed by >

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

2020-10-09 Thread Simon Glass
Hi Heinrich, On Thu, 8 Oct 2020 at 03:46, Heinrich Schuchardt wrote: > > On 05.10.20 03:41, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 28 Sep 2020 at 19:11, Heinrich Schuchardt > > wrote: > >> > >> Without resizing the SDL window showed by > >> > >> ./u-boot -D -l > >> > >> is not

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

2020-10-08 Thread Heinrich Schuchardt
On 05.10.20 03:41, Simon Glass wrote: > Hi Heinrich, > > On Mon, 28 Sep 2020 at 19:11, Heinrich Schuchardt wrote: >> >> Without resizing the SDL window showed by >> >> ./u-boot -D -l >> >> is not legible on a high resolution screen. >> >> Start with a maximized window and allow resizing. >> >>

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

2020-10-04 Thread Simon Glass
Hi Heinrich, On Mon, 28 Sep 2020 at 19:11, Heinrich Schuchardt wrote: > > Without resizing the SDL window showed by > > ./u-boot -D -l > > is not legible on a high resolution screen. > > Start with a maximized window and allow resizing. > > Signed-off-by: Heinrich Schuchardt > --- > arch/sa

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

2020-09-28 Thread Heinrich Schuchardt
Without resizing the SDL window showed by ./u-boot -D -l is not legible on a high resolution screen. Start with a maximized window and allow resizing. Signed-off-by: Heinrich Schuchardt --- arch/sandbox/cpu/sdl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/