X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fmsw%2Fdirectx.c;h=2b97b828d570f910913acae3c5b19d4baa2889a6;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=ac3585fde1ccfaa9deeaf8564a30eb5a0d3b646a;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/video_output/msw/directx.c b/modules/video_output/msw/directx.c index ac3585fde1..2b97b828d5 100644 --- a/modules/video_output/msw/directx.c +++ b/modules/video_output/msw/directx.c @@ -794,10 +794,10 @@ static void FirstDisplay( vout_thread_t *p_vout, picture_t *p_pic ) (LONG)CreateSolidBrush( p_vout->p_sys->i_rgb_colorkey ) ); } /* - ** Video window is initially hidden, show it now since we got a + ** Video window is initially hidden, show it now since we got a ** picture to show. */ - SetWindowPos( p_vout->p_sys->hvideownd, NULL, 0, 0, 0, 0, + SetWindowPos( p_vout->p_sys->hvideownd, NULL, 0, 0, 0, 0, SWP_ASYNCWINDOWPOS| SWP_FRAMECHANGED| SWP_SHOWWINDOW| @@ -2032,7 +2032,7 @@ void SwitchWallpaperMode( vout_thread_t *p_vout, vlc_bool_t b_on ) } /* Update desktop */ - InvalidateRect( hwnd, NULL, TRUE ); + InvalidateRect( hwnd, NULL, TRUE ); UpdateWindow( hwnd ); }