Changeset 1400 for toilet/trunk/src/toilet.h
- Timestamp:
- Nov 15, 2006, 12:42:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/src/toilet.h
r1385 r1400 33 33 int (*end)(struct toilet_context *); 34 34 35 /* Used by the big driver */36 cucul_font_t *f;37 cucul_canvas_t *onechar;38 unsigned char *buf;39 40 35 /* Used by the FIGlet driver */ 41 36 unsigned long int hardblank; … … 45 40 unsigned int glyphs; 46 41 cucul_canvas_t *image; 42 int *left, *right; /* Unused yet */ 47 43 unsigned int *lookup; 48 44
Note: See TracChangeset
for help on using the changeset viewer.