From: Erwan Tulou Date: Sat, 26 Dec 2009 10:56:32 +0000 (+0100) Subject: msw: typo X-Git-Tag: 1.1.0-ff~1713 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=06971e967343dc23eb6c84db1e01709ee0b64f83;p=vlc msw: typo --- diff --git a/modules/video_output/msw/events_vo.c b/modules/video_output/msw/events_vo.c index 7e64bf7378..dfe73c6016 100644 --- a/modules/video_output/msw/events_vo.c +++ b/modules/video_output/msw/events_vo.c @@ -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 ); }