Skip to content
Snippets Groups Projects
Commit 06971e96 authored by Erwan Tulou's avatar Erwan Tulou
Browse files

msw: typo

parent b97c469d
No related branches found
No related tags found
No related merge requests found
......@@ -981,7 +981,7 @@ void EventThreadUpdateWindowPosition( event_thread_t *p_event, bool *pb_changed,
p_event->wnd_cfg.x = x;
p_event->wnd_cfg.y = y;
p_event->wnd_cfg.width = y;
p_event->wnd_cfg.width = w;
p_event->wnd_cfg.height = h;
vlc_mutex_unlock( &p_event->lock );
}
......
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