MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / CompositorInstance

Method CompositorInstance

System/LemonWM/compositor.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17CompositorInstance::CompositorInstance(WMInstance* wm){
18 this->wm = wm;
19 clock_gettime(CLOCK_BOOTTIME, &lastRender);
20}
21
22void CompositorInstance::Paint(){
23 timespec cTime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected