Skip to content
Snippets Groups Projects
Commit fe25c799 authored by Pierre Lamot's avatar Pierre Lamot Committed by Steve Lhomme
Browse files

window: fix double click not triggering fullscreen event

ae750acf filtered events to only triggers fullscreen on left double click by
looking at the original event, 3b6a553c changed to use instead the filtered
event, but buttons weren't set on the event.
parent 12366005
No related branches found
No related tags found
Loading
Pipeline #283590 passed with stages
in 29 minutes and 39 seconds
......@@ -174,6 +174,7 @@ static void vout_display_window_MouseEvent(vlc_window_t *window,
case VLC_WINDOW_MOUSE_DOUBLE_CLICK:
assert(window->info.has_double_click);
m->b_double_click = true;
vlc_mouse_SetPressed(m, ev->button_mask);
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment