commit | 5c6926c9d6d99dae20ce69d1aa4ab234b46fb8b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 14 16:31:56 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:22 2024 -0600 |
tree | e2797ddda23d3208ac0ce04001bdd01da4c62123 | |
parent | 377f18e3ba03e06f0d65d29396b9585e4e6961ee [diff] |
expo: Set the initial next_id to 1 If expo_set_dynamic_start() is never called, the first scene created will have an ID of 0, which is invalid. Correct this by setting a default value. Add a test to check this. Signed-off-by: Simon Glass <sjg@chromium.org>