mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-24 06:59:52 -05:00
Basic data manager (wterm now shows, but input is still not working)
This commit is contained in:
parent
64db394085
commit
f805499487
2 changed files with 2 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ bool start_wb(struct wb_server* server) {
|
|||
|
||||
server->compositor = wlr_compositor_create(server->wl_display,
|
||||
wlr_backend_get_renderer(server->backend));
|
||||
|
||||
wlr_data_device_manager_create(server->wl_display);
|
||||
wlr_xdg_shell_create(server->wl_display);
|
||||
//wlr_idle_create(server->wl_display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue