Changeset 1241 for toilet/trunk/src/toilet.h
- Timestamp:
- Oct 26, 2006, 3:07:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/src/toilet.h
r1228 r1241 25 25 26 26 cucul_canvas_t *cv; 27 cucul_canvas_t *torender; 27 28 unsigned int w, h, ew, eh, x, y; 28 29 29 30 /* Render methods */ 30 31 int (*feed)(struct toilet_context *, uint32_t); 32 int (*flush)(struct toilet_context *); 31 33 int (*end)(struct toilet_context *); 32 34
Note: See TracChangeset
for help on using the changeset viewer.