Add a comment about the ordering of 'enum playmode'
Change-Id: I1f259afaa2d0212c5bedba41380e51b9a911aaaf
This commit is contained in:
parent
9f09cdc9b8
commit
ec1611dfa6
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue