]> git.sesse.net Git - vlc/commitdiff
msw: typo
authorErwan Tulou <erwan10@videolan.org>
Sat, 26 Dec 2009 10:56:32 +0000 (11:56 +0100)
committerErwan Tulou <erwan10@videolan.org>
Sat, 26 Dec 2009 22:00:30 +0000 (23:00 +0100)
modules/video_output/msw/events_vo.c

index 7e64bf73788f770a643e7545b12f11220d0354ad..dfe73c601638cbcdf203b6ca40fe4435770faaee 100644 (file)
@@ -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 );
 }