Changeset 678 for libcaca/trunk/cucul/cucul_internals.h
- Timestamp:
- Mar 23, 2006, 3:07:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/cucul_internals.h
r672 r678 50 50 }; 51 51 52 /* Initialisationfunctions */52 /* Bitmap functions */ 53 53 extern int _cucul_init_bitmap(void); 54 54 extern int _cucul_end_bitmap(void); 55 56 /* Canvas functions */ 55 57 extern void _cucul_set_size(cucul_t *, unsigned int, unsigned int); 58 extern void _cucul_putchar32(cucul_t *qq, int x, int y, uint32_t c); 56 59 57 60 /* Charset functions */
Note: See TracChangeset
for help on using the changeset viewer.