aboutsummaryrefslogtreecommitdiff
path: root/rootston/desktop.c
diff options
context:
space:
mode:
authorrandom human <random.bored.human@gmail.com>2018-09-28 04:43:52 +0530
committerAlex Maese <memaese@hotmail.com>2018-12-21 12:20:47 -0600
commit3a3d1b661714a7d37b8a4450fe0c3dec50027622 (patch)
treec505b2a8277280bf7e52d1f3571ffed38b292efc /rootston/desktop.c
parent82d36025e1b84a317b5e48d6f622eb9583ce6f2d (diff)
relative_pointer: create skeleton and build
Add protocol, header and type files to build. Create skeleton structs, creator and destroyer, and define implementations.
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r--rootston/desktop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c
index 48e2635c..e4affe3b 100644
--- a/rootston/desktop.c
+++ b/rootston/desktop.c
@@ -1081,6 +1081,8 @@ struct roots_desktop *desktop_create(struct roots_server *server,
wlr_presentation_create(server->wl_display, server->backend);
desktop->foreign_toplevel_manager_v1 =
wlr_foreign_toplevel_manager_v1_create(server->wl_display);
+ desktop->relative_pointer_manager =
+ wlr_relative_pointer_v1_create(server->wl_display);
return desktop;
}