]> git.sesse.net Git - vlc/commitdiff
Don't use deprecated functions.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:17:36 +0000 (17:17 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:17:36 +0000 (17:17 -0700)
modules/video_output/caca.c

index 54d7cfc7ab9c1d1bf5b465378536069020c25a92..0a8408c7b3b0fa89dab2c023ab7ade58b8cf6993 100644 (file)
@@ -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,