aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_play.c')
-rw-r--r--src/screen_play.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen_play.c b/src/screen_play.c
index cd43982c3..11d475478 100644
--- a/src/screen_play.c
+++ b/src/screen_play.c
@@ -422,7 +422,8 @@ handle_mouse_event(mpd_unused screen_t *screen, mpdclient_t *c)
unsigned selected;
unsigned long bstate;
- if (screen_get_mouse_event(c, lw, c->playlist.list->len, &bstate, &row))
+ if (screen_get_mouse_event(c, &bstate, &row) ||
+ list_window_mouse(lw, c->playlist.list->len, bstate, row))
return 1;
if (bstate & BUTTON1_DOUBLE_CLICKED) {