MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / operator-

Function operator-

System/LemonWM/compositor.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11rgba_colour_t backgroundColor = {64, 128, 128, 255};
12
13unsigned int operator-(const timespec& t1, const timespec& t2){
14 return (t1.tv_sec - t2.tv_sec) * 1000000000 + (t1.tv_nsec - t2.tv_nsec);
15}
16
17CompositorInstance::CompositorInstance(WMInstance* wm){
18 this->wm = wm;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected