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

Method InitializeShellConnection

System/LemonWM/wm.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void* WMInstance::InitializeShellConnection(){
21 shellClient = Lemon::Endpoint("lemon.shell/Instance");
22 shellConnected = true;
23
24 return nullptr;
25}
26
27WMWindow* WMInstance::FindWindow(int id){
28 for(WMWindow* win : windows){

Callers 2

mainFunction · 0.45

Calls 1

EndpointClass · 0.85

Tested by

no test coverage detected