]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Move menu-item selection into a function
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:54 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit8872bc7f9dabf923f245e9f737be8c4da0ca2a50
treea7e802e8d16470497c5d8451227a28de8ef31918
parent2e59389704cd1e46101f7ffda2dac3f44f2fa332
expo: Move menu-item selection into a function

The current implementation supports a 'pointer' object which points to
the currently highlighted menu item. We want to support highlighting the
label of the menu item instead, e.g. with inverse video. In this case we
will need to 'unhighlight' the old item and highlight the new one.

As a first step, move the pointer logic into a function. This fixes a
bug where the item is hidden when it should not be.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene_menu.c
test/boot/expo.c