aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.hpp')
-rw-r--r--src/request.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/request.hpp b/src/request.hpp
index 84973de..95b8c82 100644
--- a/src/request.hpp
+++ b/src/request.hpp
@@ -24,6 +24,8 @@
namespace wm
{
+class WMClient;
+
enum Task
{
TASK_ALLOCATE,
@@ -53,7 +55,7 @@ struct WMAction
std::string area;
TaskVisible visible;
bool end_draw_finished;
- std::shared_ptr<WMAction> client;
+ std::shared_ptr<WMClient> client;
unsigned req_num;
};