1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

- maybe found the fullscreen bug, please test :)

This commit is contained in:
Arnaud de Bossoreille de Ribou 2001-01-08 22:56:06 +00:00
parent 6473750311
commit 5a88167734

View File

@ -90,7 +90,7 @@ int vout_SDLCreate( vout_thread_t *p_vout, char *psz_display,
p_vout->p_sys->p_overlay = NULL;
/* Initialize library */
if( SDL_Init(SDL_INIT_VIDEO) < 0 )
if( SDL_Init(SDL_INIT_VIDEO | SDL_INIT_EVENTTHREAD) < 0 )
{
intf_ErrMsg( "error: can't initialize SDL library: %s",
SDL_GetError() );