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, 5 insertions, 0 deletions
diff --git a/src/request.hpp b/src/request.hpp
index 6b2bda1..95b8c82 100644
--- a/src/request.hpp
+++ b/src/request.hpp
@@ -19,10 +19,13 @@
#include <string>
#include <vector>
+#include <memory>
namespace wm
{
+class WMClient;
+
enum Task
{
TASK_ALLOCATE,
@@ -52,6 +55,8 @@ struct WMAction
std::string area;
TaskVisible visible;
bool end_draw_finished;
+ std::shared_ptr<WMClient> client;
+ unsigned req_num;
};
struct WMRequest