sandbox: make SDL window resizable
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 9 Oct 2020 21:44:11 +0000 (23:44 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
commit18bca1f172473649aed03a9fa797c453b2a04ee4
tree00f226e886c686296c57f41fae08727e095e7d14
parente144cafe43c8298bd41c044329857c3068cd845b
sandbox: make SDL window resizable

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 <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/sdl.c