Commit fb255910 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

msw: cosmetic

parent 1e817045
...@@ -791,7 +791,7 @@ static int Win32VoutCreateWindow( event_thread_t *p_event ) ...@@ -791,7 +791,7 @@ static int Win32VoutCreateWindow( event_thread_t *p_event )
p_event->hwnd = p_event->hwnd =
CreateWindowEx( WS_EX_NOPARENTNOTIFY | i_stylex, CreateWindowEx( WS_EX_NOPARENTNOTIFY | i_stylex,
p_event->class_main, /* name of window class */ p_event->class_main, /* name of window class */
_T(VOUT_TITLE) _T(" (VLC Video Output)"), /* window title */ _T(VOUT_TITLE) _T(" (VLC Video Output)"),/* window title */
i_style, /* window style */ i_style, /* window style */
(!p_event->x) ? (UINT)CW_USEDEFAULT : (!p_event->x) ? (UINT)CW_USEDEFAULT :
(UINT)p_event->x, /* default X coordinate */ (UINT)p_event->x, /* default X coordinate */
......
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