Fix xdg-runcher doesn't show up
[apps/agl-service-windowmanager.git] / src / wm_client.hpp
index 17d2221..7df4dea 100644 (file)
@@ -45,7 +45,9 @@ class WMClient
 
     std::string appID() const;
     std::string role() const;
+    void setRole(const std::string& role);
     unsigned layerID() const;
+    void setLayerID(unsigned id);
     unsigned surfaceID() const;
     void registerSurface(unsigned surface);
     void activate();