Change struct WMAction
[apps/agl-service-windowmanager.git] / src / request.hpp
index 95b8c82..073dd27 100644 (file)
@@ -50,13 +50,12 @@ struct WMTrigger
 
 struct WMAction
 {
-    std::string appid;
+    unsigned req_num;
+    std::shared_ptr<WMClient> client;
     std::string role;
     std::string area;
     TaskVisible visible;
     bool end_draw_finished;
-    std::shared_ptr<WMClient> client;
-    unsigned req_num;
 };
 
 struct WMRequest