From 06971e967343dc23eb6c84db1e01709ee0b64f83 Mon Sep 17 00:00:00 2001
From: Erwan Tulou <erwan10@videolan.org>
Date: Sat, 26 Dec 2009 11:56:32 +0100
Subject: [PATCH] msw: typo

---
 modules/video_output/msw/events_vo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/msw/events_vo.c b/modules/video_output/msw/events_vo.c
index 7e64bf73788f..dfe73c601638 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 );
 }
-- 
GitLab