Procházet zdrojové kódy

add missing CUCUL_* compatiblity constants

tags/v0.99.beta16
Ben Wiley Sittler bsittler před 16 roky
rodič
revize
e24cd204b0
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      caca/caca.h

+ 5
- 0
caca/caca.h Zobrazit soubor

@@ -561,6 +561,11 @@ __extern char const * const * cucul_get_dither_mode_list(caca_dither_t const *)
# define CUCUL_DEFAULT CACA_DEFAULT
# define CUCUL_TRANSPARENT CACA_TRANSPARENT

# define CUCUL_BOLD CACA_BOLD
# define CUCUL_ITALICS CACA_ITALICS
# define CUCUL_UNDERLINE CACA_UNDERLINE
# define CUCUL_BLINK CACA_BLINK

# if !defined __LIBCACA__
# define cucul_draw_triangle caca_draw_triangle
# define cucul_draw_thin_triangle caca_draw_thin_triangle


Načítá se…
Zrušit
Uložit