aboutsummaryrefslogtreecommitdiff
path: root/rootston/desktop.c
diff options
context:
space:
mode:
authorrandom human <random.bored.human@gmail.com>2018-10-04 00:43:35 +0530
committerAlex Maese <memaese@hotmail.com>2018-12-21 12:20:48 -0600
commit68137dca3f0b20c5610a30e4c3820984b387dda5 (patch)
tree421f4e8f7897dee9a2ce525c71f3398966b305f8 /rootston/desktop.c
parent42ffa413fb6695c144557bf37effc1ce3d46fb5b (diff)
relative_pointer: implementation and code fixes
In particular, modified public creator and destructor function names, added a display destroy listener, safely extract user data from resources, send correct time (in usecs) in rootston, etc.
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r--rootston/desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c
index e4affe3b..77a52571 100644
--- a/rootston/desktop.c
+++ b/rootston/desktop.c
@@ -1082,7 +1082,7 @@ struct roots_desktop *desktop_create(struct roots_server *server,
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);
+ wlr_relative_pointer_manager_v1_create(server->wl_display);
return desktop;
}