From 9251fa125f6ebc0f485c93af1809efb7b6da19bd Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 15 May 2015 10:34:39 +0200 Subject: Remove trailing whitespaces --- stream/stream_bluray.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stream/stream_bluray.c') diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c index 117b0cc205..dab0b41502 100644 --- a/stream/stream_bluray.c +++ b/stream/stream_bluray.c @@ -455,8 +455,8 @@ static void handle_nav_command(stream_t *s, struct mp_nav_cmd *ev) bd_vk_key_e key = translate_nav_menu_action(action); if (key != BD_VK_NONE) { if (key == BD_VK_MOUSE_ACTIVATE) - ev->mouse_on_button = bd_mouse_select(priv->bd, pts, - priv->mousex, + ev->mouse_on_button = bd_mouse_select(priv->bd, pts, + priv->mousex, priv->mousey); bd_user_input(priv->bd, pts, key); } else if (strcmp(action, "menu") == 0) { @@ -469,8 +469,8 @@ static void handle_nav_command(stream_t *s, struct mp_nav_cmd *ev) } case MP_NAV_CMD_MOUSE_POS: priv->mousex = ev->u.mouse_pos.x; priv->mousey = ev->u.mouse_pos.y; - ev->mouse_on_button = bd_mouse_select(priv->bd, mp_time_us(), - priv->mousex, + ev->mouse_on_button = bd_mouse_select(priv->bd, mp_time_us(), + priv->mousex, priv->mousey); break; case MP_NAV_CMD_SKIP_STILL: -- cgit v1.2.3