]> git.sesse.net Git - vlc/commitdiff
Fixed typo in msw.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 1 Nov 2009 11:32:14 +0000 (12:32 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 1 Nov 2009 11:38:13 +0000 (12:38 +0100)
modules/video_output/msw/events.c

index fdcea54b7e8175c076dda2c00049714d6bb9d265..8f4fdefdb330f1f842bc8188c61a3d8587374c41 100644 (file)
@@ -988,7 +988,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 );
 }