| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected