commit | cce7480abb0f9a4f4a046945e4984da9bc6bfe2f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:23:46 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:02:19 2021 +0100 |
tree | bd7e5b14f1706db1a7e88c2edc46d4ce16b084cd | |
parent | c3cfd76999a3fa74d0d27791a9b7e6ca640bd770 [diff] |
video: sandbox: Avoid duplicate display windows When unit tests are run they currently create a new window. Update the code so that the old one is removed first. This avoids the confusion as to which one is active. Signed-off-by: Simon Glass <sjg@chromium.org>