summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 488c357c..4d0c3983 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -165,6 +165,7 @@ enum {
DB_EV_PAUSED = 8, // player was paused or unpaused
DB_EV_PLAYLISTCHANGED = 9, // playlist contents were changed
DB_EV_VOLUMECHANGED = 10, // volume was changed
+ DB_EV_OUTPUTCHANGED = 11, // sound output plugin changed
DB_EV_MAX
};