diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-01-24 23:09:53 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-01-24 23:09:53 +0000 |
commit | 087d6b782a076904f5fd57ee7d2392e241621e65 (patch) | |
tree | 2f1cfa3337410136d1ca12811798a9f4503b4447 /src/video_out/video_out_sdl.c | |
parent | 585b98ff86aaba2eba9f3767275906f944793439 (diff) | |
download | xine-lib-087d6b782a076904f5fd57ee7d2392e241621e65.tar.gz xine-lib-087d6b782a076904f5fd57ee7d2392e241621e65.tar.bz2 |
video_out will take care of logo display now ... video_out needs more work btw, duration per frame and still frame detection in libmpeg2 are top items on my todo-list now
CVS patchset: 1449
CVS date: 2002/01/24 23:09:53
Diffstat (limited to 'src/video_out/video_out_sdl.c')
-rw-r--r-- | src/video_out/video_out_sdl.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c index 39efccc63..f724fd057 100644 --- a/src/video_out/video_out_sdl.c +++ b/src/video_out/video_out_sdl.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_sdl.c,v 1.3 2002/01/22 01:43:13 miguelfreitas Exp $ + * $Id: video_out_sdl.c,v 1.4 2002/01/24 23:09:53 guenter Exp $ * * video_out_sdl.c, Simple DirectMedia Layer * @@ -513,13 +513,6 @@ static int sdl_gui_data_exchange (vo_driver_t *this_gen, sdl_adapt_to_output_area (this, area->x, area->y, area->w, area->h); break; - case GUI_DATA_EX_LOGO_VISIBILITY: -#ifdef SDL_LOG - printf ("video_out_sdl: GUI_DATA_EX_LOGO_VISIBILITY\n"); -#endif - /* FIXME: implement */ - break; - case GUI_DATA_EX_DRAWABLE_CHANGED: #ifdef SDL_LOG printf ("video_out_sdl: GUI_DATA_EX_DRAWABLE_CHANGED\n"); |