mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Implement wlr_cursor in rootston
This commit is contained in:
parent
e81e99d16d
commit
57c50c78f0
7 changed files with 220 additions and 35 deletions
|
|
@ -42,6 +42,8 @@ struct roots_desktop *desktop_create(struct roots_server *server,
|
|||
|
||||
wlr_cursor_attach_output_layout(server->input->cursor, desktop->layout);
|
||||
wlr_cursor_map_to_region(server->input->cursor, config->cursor.mapped_box);
|
||||
cursor_load_config(config, server->input->cursor,
|
||||
server->input, desktop);
|
||||
|
||||
desktop->xdg_shell_v6 = wlr_xdg_shell_v6_create(server->wl_display);
|
||||
wl_signal_add(&desktop->xdg_shell_v6->events.new_surface,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue