| 206 | } |
| 207 | |
| 208 | void PiuApplicationInvalidate(void* it, PiuRectangle area) |
| 209 | { |
| 210 | PiuApplication* self = it; |
| 211 | PiuViewInvalidate((*self)->view, area); |
| 212 | } |
| 213 | |
| 214 | void PiuApplicationMark(xsMachine* the, void* it, xsMarkRoot markRoot) |
| 215 | { |
nothing calls this directly
no test coverage detected