diff options
Diffstat (limited to 'src/idle.h')
-rw-r--r-- | src/idle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idle.h b/src/idle.h index d65575ebe..99f1e8555 100644 --- a/src/idle.h +++ b/src/idle.h @@ -46,6 +46,9 @@ enum { /** options have changed: crossfade, random, repeat, ... */ IDLE_OPTIONS = 0x40, + + /** a sticker has been modified. */ + IDLE_STICKER = 0x80, }; /** |