]> git.sesse.net Git - vlc/commitdiff
- one typo.
authorArnaud de Bossoreille de Ribou <bozo@videolan.org>
Tue, 19 Dec 2000 20:01:38 +0000 (20:01 +0000)
committerArnaud de Bossoreille de Ribou <bozo@videolan.org>
Tue, 19 Dec 2000 20:01:38 +0000 (20:01 +0000)
  - one line deleted (it was for debug, bozo.)

plugins/sdl/vout_sdl.c

index b5565a83802cd90f90facdf792986013519645b8..16b38f196a3922248ecf1bc1c16d304840b927fe 100644 (file)
@@ -121,7 +121,7 @@ int vout_SDLCreate( vout_thread_t *p_vout, char *psz_display,
     }
 
     return( 0 );
- }
+}
 
 /*****************************************************************************
  * vout_SDLInit: initialize SDL video thread output method
@@ -305,7 +305,6 @@ static int SDLOpenDisplay( vout_thread_t *p_vout )
         intf_ErrMsg( "error: can't open DISPLAY default display\n" );
         return( 1 );
     }
-    SDL_LockSurface(p_vout->p_sys->p_display);
     SDL_WM_SetCaption( VOUT_TITLE , VOUT_TITLE );
     SDL_EventState(SDL_KEYUP , SDL_IGNORE);    /* ignore keys up */