[vlc-devel] commit: Fixed typo in msw. (Laurent Aimar )

git version control git at videolan.org
Sun Nov 1 12:46:58 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Nov  1 12:32:14 2009 +0100| [1904f7d077eec9acd5e354bbc480e05b44ce7b93] | committer: Laurent Aimar 

Fixed typo in msw.

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

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

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index fdcea54..8f4fdef 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -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 );
 }




More information about the vlc-devel mailing list