diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2022-10-04 13:43:48 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2022-11-23 10:08:49 -0500 |
commit | ec1611dfa6a6698cdc0138b6790cb056973909ae (patch) | |
tree | 8e156e92c3a9445d706fbaf6e7395d9b10ab303d | |
parent | 9f09cdc9b819f4e42e54d1bff404398e9c8c379a (diff) | |
download | rockbox-ec1611dfa6.tar.gz rockbox-ec1611dfa6.zip |
Add a comment about the ordering of 'enum playmode'
Change-Id: I1f259afaa2d0212c5bedba41380e51b9a911aaaf
-rw-r--r-- | apps/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/status.h b/apps/status.h index 1add203a0c..c038b793af 100644 --- a/apps/status.h +++ b/apps/status.h @@ -21,6 +21,8 @@ #ifndef _STATUS_H #define _STATUS_H +/* Do not reorder these, inbuilt statusbar icons and the + * skin engine %mp tag depend on this ordering. */ enum playmode { STATUS_PLAY, |