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

Method WMClient

LibLemon/include/lemon/gui/wmclient.h:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 class WMClient : public Endpoint {
20 public:
21 WMClient() : Endpoint("lemon.lemonwm/Instance"){
22
23 }
24
25 int64_t CreateWindow(int x, int y, int width, int height, unsigned int flags, const std::string& title) const;
26 void DestroyWindow() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected