aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.hpp')
-rw-r--r--src/request.hpp3
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