summaryrefslogtreecommitdiff
path: root/messages.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-28 14:38:10 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-28 14:38:10 +0200
commit5ead039965dc3d58466f982ab3eb8680e69a269c (patch)
treef9592ae2449916ab850de669dda345be00c3c440 /messages.h
parentf510ad5329fc202d11d8c71215c0d2d74c2d4a63 (diff)
fixed redraw after songchange
Diffstat (limited to 'messages.h')
-rw-r--r--messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/messages.h b/messages.h
index a46d38dc..bd658d1b 100644
--- a/messages.h
+++ b/messages.h
@@ -11,6 +11,7 @@ enum {
M_PAUSESONG,
M_PLAYRANDOM,
M_SONGSEEK,
+ M_SONGCHANGED, // p1=from, p2=to
};
#endif // __MESSAGES_H