]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit322736d8d69a2e860c3347007488a014c60c5bc5
tree00f226e886c686296c57f41fae08727e095e7d14
parentd69e6f6e6ae010edd1880448800007ff7ed322e4
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