Commit 1904f7d0 authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo in msw.

parent 89adde80
...@@ -988,7 +988,7 @@ void EventThreadUpdateWindowPosition( event_thread_t *p_event, bool *pb_changed, ...@@ -988,7 +988,7 @@ void EventThreadUpdateWindowPosition( event_thread_t *p_event, bool *pb_changed,
p_event->wnd_cfg.x = x; p_event->wnd_cfg.x = x;
p_event->wnd_cfg.y = y; p_event->wnd_cfg.y = y;
p_event->wnd_cfg.width = y; p_event->wnd_cfg.width = w;
p_event->wnd_cfg.height = h; p_event->wnd_cfg.height = h;
vlc_mutex_unlock( &p_event->lock ); vlc_mutex_unlock( &p_event->lock );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment