Changeset 1228 for toilet/trunk/src/toilet.h
- Timestamp:
- Oct 25, 2006, 6:06:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/src/toilet.h
r1196 r1228 27 27 unsigned int w, h, ew, eh, x, y; 28 28 29 /* Methods */29 /* Render methods */ 30 30 int (*feed)(struct toilet_context *, uint32_t); 31 31 int (*end)(struct toilet_context *); … … 44 44 cucul_canvas_t *image; 45 45 unsigned int *lookup; 46 47 /* Render filters */ 48 void (**filters)(cucul_canvas_t *); 49 unsigned int nfilters; 46 50 }; 47 51
Note: See TracChangeset
for help on using the changeset viewer.