diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-31 20:50:28 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-31 20:50:28 +0900 |
commit | c4798401800dd1f325aca5333e1d3eebdda0abe3 (patch) | |
tree | b977354f2ccb3ea96f97a55b6dc936f557eb0fd7 /src/request.hpp | |
parent | 359f7cd7b49d714bc7cce3fc702c353455a5f168 (diff) |
Change struct WMAction
Change-Id: I46ce99ef4222018cbcaf371e7348040ebb992387
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/request.hpp')
-rw-r--r-- | src/request.hpp | 5 |
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 |