aboutsummaryrefslogtreecommitdiffstats
path: root/src/idle.h
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2009-01-25 16:23:02 +0100
committerMax Kellermann <max@duempel.org>2009-01-25 16:37:29 +0100
commitb6c3adcaaaee10721cb568e439ef7a1b41dc5564 (patch)
tree77a361e15fd3c590b6f9751437380ebe2a7521a0 /src/idle.h
parent3635c93acbc3da87880e886d924020c427d1774a (diff)
downloadmpd-b6c3adcaaaee10721cb568e439ef7a1b41dc5564.tar.gz
mpd-b6c3adcaaaee10721cb568e439ef7a1b41dc5564.tar.xz
mpd-b6c3adcaaaee10721cb568e439ef7a1b41dc5564.zip
Add idle event on sticker deletion, update and insertion
Diffstat (limited to 'src/idle.h')
-rw-r--r--src/idle.h3
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,
};
/**