mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Add broken test client and rootston stubs
This commit is contained in:
parent
88eec637a4
commit
b31ce4220c
10 changed files with 302 additions and 5 deletions
|
|
@ -716,7 +716,9 @@ struct roots_desktop *desktop_create(struct roots_server *server,
|
|||
desktop->wl_shell_surface.notify = handle_wl_shell_surface;
|
||||
|
||||
desktop->layer_shell = wlr_layer_shell_create(server->wl_display);
|
||||
// TODO: Pick up new surfaces
|
||||
wl_signal_add(&desktop->layer_shell->events.new_surface,
|
||||
&desktop->layer_shell_surface);
|
||||
desktop->layer_shell_surface.notify = handle_layer_shell_surface;
|
||||
|
||||
#ifdef WLR_HAS_XWAYLAND
|
||||
const char *cursor_theme = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue