From 2d85699db07d43c46ca2b7eafcf81bfce489b0e9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 14 Jun 2008 17:17:36 -0700 Subject: [PATCH] Don't use deprecated functions. --- modules/video_output/caca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_output/caca.c b/modules/video_output/caca.c index 54d7cfc7ab..0a8408c7b3 100644 --- a/modules/video_output/caca.c +++ b/modules/video_output/caca.c @@ -391,7 +391,7 @@ static int Manage( vout_thread_t *p_vout ) *****************************************************************************/ static void Render( vout_thread_t *p_vout, picture_t *p_pic ) { - cucul_set_color( p_vout->p_sys->p_cv, + cucul_set_color_ansi( p_vout->p_sys->p_cv, CUCUL_COLOR_DEFAULT, CUCUL_COLOR_BLACK ); cucul_clear_canvas( p_vout->p_sys->p_cv ); cucul_dither_bitmap( p_vout->p_sys->p_cv, 0, 0, -- 2.39.2