| 15 | } |
| 16 | |
| 17 | CompositorInstance::CompositorInstance(WMInstance* wm){ |
| 18 | this->wm = wm; |
| 19 | clock_gettime(CLOCK_BOOTTIME, &lastRender); |
| 20 | } |
| 21 | |
| 22 | void CompositorInstance::Paint(){ |
| 23 | timespec cTime; |
nothing calls this directly
no outgoing calls
no test coverage detected