aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller_hooks.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-22 18:52:45 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-22 18:52:45 +0900
commitef588d4cb60daef7fb165e827e3552a0858932a8 (patch)
tree4077099adcaf961e30b0e9c490196493ed8f47a1 /src/controller_hooks.hpp
parent587d384f52c624a75eafe2588b728de4cdd53e4f (diff)
Rename struct name App to WindowManager
Change-Id: I9c1ac771f0fb2336c23b68a4c98fd1cd07e3d51a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
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..8e6558a 100644
--- a/src/controller_hooks.hpp
+++ b/src/controller_hooks.hpp
@@ -24,11 +24,11 @@
namespace wm
{
-struct App;
+struct WindowManager;
struct controller_hooks
{
- struct App *app;
+ struct WindowManager *app;
void surface_created(uint32_t surface_id);