diff options
Diffstat (limited to 'src/controller_hooks.hpp')
-rw-r--r-- | src/controller_hooks.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index 8e6558a..5b272d7 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -28,7 +28,7 @@ struct WindowManager; struct controller_hooks { - struct WindowManager *app; + WindowManager *app; void surface_created(uint32_t surface_id); |