aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller_hooks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller_hooks.hpp')
-rw-r--r--src/controller_hooks.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp
index b8c142c..f259089 100644
--- a/src/controller_hooks.hpp
+++ b/src/controller_hooks.hpp
@@ -24,11 +24,11 @@
namespace wm
{
-struct App;
+class WindowManager;
struct controller_hooks
{
- struct App *app;
+ WindowManager *app;
void surface_created(uint32_t surface_id);