Changeset 2d85699db07d43c46ca2b7eafcf81bfce489b0e9

Show
Ignore:
Timestamp:
06/15/08 02:17:36 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1213489056 -0700
git-parent:

[ba06700b854653f4c1af9175aefcb92796d8fd2e]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1213489056 -0700
Message:

Don't use deprecated functions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/caca.c

    rfd62942 r2d85699  
    392392static void Render( vout_thread_t *p_vout, picture_t *p_pic ) 
    393393{ 
    394     cucul_set_color( p_vout->p_sys->p_cv, 
     394    cucul_set_color_ansi( p_vout->p_sys->p_cv, 
    395395                     CUCUL_COLOR_DEFAULT, CUCUL_COLOR_BLACK ); 
    396396    cucul_clear_canvas( p_vout->p_sys->p_cv );