- Timestamp:
- Nov 12, 2006, 6:45:14 PM (16 years ago)
- Location:
- libcaca/trunk/cucul
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/cucul.h
r1357 r1366 257 257 int cucul_putchar(cucul_canvas_t *, int, int, 258 258 unsigned long int) CUCUL_DEPRECATED; 259 unsigned long int cucul_getchar(cucul_canvas_t *, 260 int, int) CUCUL_DEPRECATED; 259 261 int cucul_putstr(cucul_canvas_t *, int, int, 260 262 char const *) CUCUL_DEPRECATED; -
libcaca/trunk/cucul/legacy.c
r1362 r1366 36 36 { 37 37 return cucul_put_char(cv, x, y, ch); 38 } 39 40 unsigned long int cucul_getchar(cucul_canvas_t *cv, int x, int y) 41 { 42 return cucul_get_char(cv, x, y); 38 43 } 39 44
Note: See TracChangeset
for help on using the changeset viewer.