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