Changeset 1241 for toilet/trunk/src/filter.c
- Timestamp:
- Oct 26, 2006, 3:07:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/src/filter.c
r1228 r1241 93 93 94 94 for(i = 0; i < cx->nfilters; i++) 95 cx->filters[i](cx->cv); 95 cx->filters[i](cx->torender); 96 97 return 0; 98 } 99 100 int filter_end(context_t *cx) 101 { 102 free(cx->filters); 96 103 97 104 return 0;
Note: See TracChangeset
for help on using the changeset viewer.