Commit 06971e96 authored by Erwan Tulou's avatar Erwan Tulou

msw: typo

parent b97c469d
...@@ -981,7 +981,7 @@ void EventThreadUpdateWindowPosition( event_thread_t *p_event, bool *pb_changed, ...@@ -981,7 +981,7 @@ void EventThreadUpdateWindowPosition( event_thread_t *p_event, bool *pb_changed,
p_event->wnd_cfg.x = x; p_event->wnd_cfg.x = x;
p_event->wnd_cfg.y = y; p_event->wnd_cfg.y = y;
p_event->wnd_cfg.width = y; p_event->wnd_cfg.width = w;
p_event->wnd_cfg.height = h; p_event->wnd_cfg.height = h;
vlc_mutex_unlock( &p_event->lock ); vlc_mutex_unlock( &p_event->lock );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment