Commit ce14fcec authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Port directx output to Win64 awareness

parent 49a0cf38
......@@ -723,8 +723,8 @@ static void FirstDisplay( vout_thread_t *p_vout, picture_t *p_pic )
if( p_vout->p_sys->b_using_overlay )
{
/* set the colorkey as the backgound brush for the video window */
SetClassLong( p_vout->p_sys->hvideownd, GCL_HBRBACKGROUND,
(LONG)CreateSolidBrush( p_vout->p_sys->i_rgb_colorkey ) );
SetClassLongPtr( p_vout->p_sys->hvideownd, GCLP_HBRBACKGROUND,
(LONG_PTR)CreateSolidBrush( p_vout->p_sys->i_rgb_colorkey ) );
}
/*
** Video window is initially hidden, show it now since we got a
......
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