summaryrefslogtreecommitdiff
path: root/main.c
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 /main.c
parentf510ad5329fc202d11d8c71215c0d2d74c2d4a63 (diff)
fixed redraw after songchange
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index b106ed88..554f4020 100644
--- a/main.c
+++ b/main.c
@@ -27,6 +27,9 @@ psdl_thread (uintptr_t ctx) {
uint32_t p2;
while (messagepump_pop(&msg, &ctx, &p1, &p2) != -1) {
switch (msg) {
+ case M_SONGCHANGED:
+ gtkps_songchanged (p1, p2);
+ break;
case M_SONGFINISHED:
// play next song in playlists
GDK_THREADS_ENTER();