[vlc-devel] commit: msw: typo (Erwan Tulou )

git version control git at videolan.org
Sat Dec 26 23:01:13 CET 2009


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Sat Dec 26 11:56:32 2009 +0100| [06971e967343dc23eb6c84db1e01709ee0b64f83] | committer: Erwan Tulou 

msw: typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06971e967343dc23eb6c84db1e01709ee0b64f83
---

 modules/video_output/msw/events_vo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the vlc-devel mailing list