expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:56 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit3f33b9c722a41e1577df110470521a014713ce2e
tree478d5f80d0ee4bf1ee28f3d73cf17c0f10484fed
parentd3db0216dc163594309a9930b31e3161261cd873
expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM

At present we only support a single menu, so all that can be pointed to
is the current menu item. Rename this action so that we can also add
an action for pointing to an object. This will allow cycling through
the objects in a scene.

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