Ignore:
Timestamp:
Nov 16, 2003, 4:20:17 PM (20 years ago)
Author:
Sam Hocevar
Message:
  • src/blit.c: + Added caca_set_dithering() (unused yet). + Added random dithering.
  • src/caca.h: + Renamed legacy EE_* enums to CACA_*.
  • examples/demo.c examples/caca.txt: + Added a default sprite for libcaca.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/src/caca_internals.h

    r192 r193  
    2222 */
    2323
    24 #ifndef __EE_INTERNALS_H__
    25 #define __EE_INTERNALS_H__
     24#ifndef __CACA_INTERNALS_H__
     25#define __CACA_INTERNALS_H__
    2626
    2727#if defined(USE_NCURSES)
     
    3636extern char *_caca_scratch_line;
    3737
    38 #endif /* __EE_INTERNALS_H__ */
     38#endif /* __CACA_INTERNALS_H__ */
Note: See TracChangeset for help on using the changeset viewer.