aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.hpp')
-rw-r--r--src/request.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/request.hpp b/src/request.hpp
index 95b8c82..073dd27 100644
--- a/src/request.hpp
+++ b/src/request.hpp
@@ -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