diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-30 21:00:53 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-30 21:00:53 +0900 |
commit | 3a9996eb359accdbadb0e5eaa5259c910b7ae46a (patch) | |
tree | 8a02d9eec6e010dceb3c375620a6e11d53dcaaa9 /src/request.hpp | |
parent | 59844dbc6fd2676d69cba702a9c43ffbc625a5d5 (diff) |
temporary change
Change-Id: I48618fd00e607176c95b4e3950fca7dbb058a3b1
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/request.hpp')
-rw-r--r-- | src/request.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/request.hpp b/src/request.hpp index 6b2bda1..84973de 100644 --- a/src/request.hpp +++ b/src/request.hpp @@ -19,6 +19,7 @@ #include <string> #include <vector> +#include <memory> namespace wm { @@ -52,6 +53,8 @@ struct WMAction std::string area; TaskVisible visible; bool end_draw_finished; + std::shared_ptr<WMAction> client; + unsigned req_num; }; struct WMRequest |